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 ec56406 commit c9aea86Copy full SHA for c9aea86
ydb/draft/dynamic_config.py
@@ -1,7 +1,6 @@
1
import abc
2
-import enum
3
from abc import abstractmethod
4
-from .. import issues, operation, settings as settings_impl, _apis
+from .. import issues, operation, _apis
5
6
7
class IDynamicConfigClient(abc.ABC):
0 commit comments