We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d126c1 commit 201f28cCopy full SHA for 201f28c
src/labels/cli.py
@@ -10,7 +10,7 @@
10
from labels import __version__, utils
11
from labels.exceptions import LabelsException
12
from labels.github import Client, Label, Repository
13
-from labels.io import write_labels, read_labels
+from labels.io import read_labels, write_labels
14
from labels.log import create_logger
15
16
Labels_Dict = typing.Dict[str, Label]
src/labels/utils.py
@@ -4,10 +4,8 @@
4
import subprocess
5
import typing
6
7
-
8
from labels.github import Repository
9
REMOTE_REGEX = re.compile(
r"^(https|git)(:\/\/|@)github\.com[\/:](?P<owner>[^\/:]+)\/(?P<name>.*?)(\.git)?$"
)
0 commit comments