Skip to content

Commit d1840d2

Browse files
authored
Run pre-commit on watcher modules (#2150)
This PR removes an unused import from the watcher module as part of running pre-commit hooks. The change addresses automatic formatting issues that were being flagged by pre-commit in the release PR #2149
1 parent cf2b4e1 commit d1840d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cosmos/operators/watcher.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
except ImportError: # pragma: no cover
3131
from airflow.operators.empty import EmptyOperator # type: ignore[no-redef]
3232

33-
from packaging.version import Version
3433

3534
from cosmos._utils.watcher_state import build_producer_state_fetcher
3635
from cosmos.config import ProfileConfig

0 commit comments

Comments
 (0)