Skip to content

Commit

Permalink
Fix isort issues
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 6, 2023
1 parent 63ae899 commit 1438887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milatools/cli/init_command.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from __future__ import annotations

import difflib
import sys
from logging import getLogger as get_logger
from pathlib import Path
import sys

import questionary as qn

Expand Down

0 comments on commit 1438887

Please sign in to comment.