Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 6, 2025
1 parent c1b5382 commit b4b225c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/optional_dependencies/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
from __future__ import annotations

__all__ = [
"InstalledState",
"NOT_INSTALLED",
"is_installed",
"get_version",
"InstalledState",
"chain_checks",
"get_version",
"is_installed",
]

import importlib.metadata
Expand Down

0 comments on commit b4b225c

Please sign in to comment.