Skip to content

Commit a0a584a

Browse files
committed
Remove old oslo imports.
1 parent 6c00e23 commit a0a584a

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

openml/flows/functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import re
66
import xmltodict
77
from typing import Union, Dict
8-
from oslo_concurrency import lockutils
98

109
from ..exceptions import OpenMLCacheException
1110
import openml._api_calls

openml/tasks/functions.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
import io
33
import re
44
import os
5-
import warnings
6-
7-
# Currently, importing oslo raises a lot of warning that it will stop working
8-
# under python3.8; remove this once they disappear
9-
with warnings.catch_warnings():
10-
warnings.simplefilter("ignore")
11-
from oslo_concurrency import lockutils
125
import xmltodict
136

147
from ..exceptions import OpenMLCacheException

0 commit comments

Comments
 (0)