Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Fowers <jeremy.fowers@amd.com>
  • Loading branch information
jeremyfowers committed Dec 4, 2023
1 parent a6c7be7 commit 95788c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/turnkeyml/build/ignition.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from typing import Optional, List, Tuple, Union, Dict, Any, Type, Callable
from collections.abc import Collection
import sys
import os
import copy
Expand Down
1 change: 0 additions & 1 deletion src/turnkeyml/build_api.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import os
from typing import Optional, List, Dict, Any
from collections.abc import Collection
import turnkeyml.build.ignition as ignition
import turnkeyml.build.stage as stage
import turnkeyml.common.printing as printing
Expand Down
1 change: 0 additions & 1 deletion src/turnkeyml/common/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import subprocess
import enum
from typing import Optional, Any, List, Dict, Union, Type
from collections.abc import Collection
import dataclasses
import hashlib
import pkg_resources
Expand Down

0 comments on commit 95788c6

Please sign in to comment.