Skip to content

Commit 322faeb

Browse files
committed
🎨 Sort imports
1 parent c37316d commit 322faeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dinglehopper/cli_line_dirs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import itertools
22
import os
3-
from typing import Callable, Iterator, Optional, Tuple, List
3+
from typing import Callable, Iterator, List, Optional, Tuple
44

55
import click
66
from jinja2 import Environment, FileSystemLoader

0 commit comments

Comments
 (0)