Skip to content

Commit c9aea86

Browse files
committed
fix imports
1 parent ec56406 commit c9aea86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/draft/dynamic_config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import abc
2-
import enum
32
from abc import abstractmethod
4-
from .. import issues, operation, settings as settings_impl, _apis
3+
from .. import issues, operation, _apis
54

65

76
class IDynamicConfigClient(abc.ABC):

0 commit comments

Comments
 (0)