Skip to content

Commit be31ed8

Browse files
committed
pre-commit
1 parent df8c3e3 commit be31ed8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

licensecheck/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class ucstr(str):
1111

1212
__slots__ = ()
1313

14-
def __new__(cls, v: str|None) -> ucstr:
14+
def __new__(cls, v: str | None) -> ucstr:
1515
"""Create a new ucstr from a str.
1616
1717
:param str v: string to cast

tests/test_resolvers_uv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import contextlib
12
from pathlib import Path
23

34
from licensecheck import types
45
from licensecheck.resolvers import uv as req_uv
5-
import contextlib
66

77
THISDIR = Path(__file__).resolve().parent
88

0 commit comments

Comments
 (0)