Skip to content

Commit 201f28c

Browse files
committed
Run isort on labels package
1 parent 6d126c1 commit 201f28c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/labels/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from labels import __version__, utils
1111
from labels.exceptions import LabelsException
1212
from labels.github import Client, Label, Repository
13-
from labels.io import write_labels, read_labels
13+
from labels.io import read_labels, write_labels
1414
from labels.log import create_logger
1515

1616
Labels_Dict = typing.Dict[str, Label]

src/labels/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
import subprocess
55
import typing
66

7-
87
from labels.github import Repository
98

10-
119
REMOTE_REGEX = re.compile(
1210
r"^(https|git)(:\/\/|@)github\.com[\/:](?P<owner>[^\/:]+)\/(?P<name>.*?)(\.git)?$"
1311
)

0 commit comments

Comments
 (0)