Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and dolfinus committed Feb 4, 2025
1 parent b3e4aec commit 78bf9f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion onetl/strategy/hwm_store/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
from typing import TYPE_CHECKING

if TYPE_CHECKING:
from etl_entities.hwm_store import BaseHWMStore, HWMStoreClassRegistry
from etl_entities.hwm_store import (
BaseHWMStore,
HWMStoreClassRegistry,
)
from etl_entities.hwm_store import HWMStoreStackManager as HWMStoreManager
from etl_entities.hwm_store import (
MemoryHWMStore,
Expand Down

0 comments on commit 78bf9f6

Please sign in to comment.