Skip to content

Commit 2c3f80e

Browse files
committed
fix: pre-commit issues.
1 parent 2427c68 commit 2c3f80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeplag/codeplagcli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import builtins
55
import getpass
66
from pathlib import Path
7-
from typing import Sequence, Self
7+
from typing import Self, Sequence
88

99
from codeplag.consts import (
1010
DEFAULT_MODE,

0 commit comments

Comments
 (0)