Skip to content

Commit

Permalink
fix: remove cyclic import
Browse files Browse the repository at this point in the history
  • Loading branch information
airscripts committed Oct 15, 2023
1 parent 21d9648 commit 36a43a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
pdm install
- name: Analysing The Code With pylint
run: pylint $(git ls-files '*.py')
run: pdm run pylint $(git ls-files '*.py')
2 changes: 1 addition & 1 deletion src/cacca/types/layers.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Any, Generic, List, NewType, NotRequired, TypedDict, final

from cacca.types import Action, Guard, Hook, T
from cacca.types.generics import Action, Guard, Hook, T


@final
Expand Down

0 comments on commit 36a43a1

Please sign in to comment.