We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c00e23 commit a0a584aCopy full SHA for a0a584a
2 files changed
openml/flows/functions.py
@@ -5,7 +5,6 @@
5
import re
6
import xmltodict
7
from typing import Union, Dict
8
-from oslo_concurrency import lockutils
9
10
from ..exceptions import OpenMLCacheException
11
import openml._api_calls
openml/tasks/functions.py
@@ -2,13 +2,6 @@
2
import io
3
4
import os
-import warnings
-
-# Currently, importing oslo raises a lot of warning that it will stop working
-# under python3.8; remove this once they disappear
-with warnings.catch_warnings():
- warnings.simplefilter("ignore")
- from oslo_concurrency import lockutils
12
13
14
0 commit comments