Skip to content

Commit

Permalink
Removing unneeded imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MSAdministrator committed Jul 8, 2023
1 parent 8f7b088 commit 5cc992f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pyattck_data/generated.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from datetime import datetime
from hashlib import new
from typing import AnyStr, List

from attrs import define, field
Expand Down
1 change: 0 additions & 1 deletion src/pyattck_data/tactic.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from math import factorial
from .types import (
Id,
SemVersion
Expand Down

0 comments on commit 5cc992f

Please sign in to comment.