Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Nov 3, 2023
1 parent b612787 commit 545f482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aedi/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
import typing
import urllib.request
from pathlib import Path
from .packaging.version import Version as StrictVersion

from .packaging.version import Version as StrictVersion
from .utility import CommandLineOptions


Expand Down
1 change: 1 addition & 0 deletions aedi/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import shutil
import typing
from pathlib import Path

from .packaging.version import Version as StrictVersion


Expand Down

0 comments on commit 545f482

Please sign in to comment.