Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FredHappyface committed Aug 26, 2024
1 parent df8c3e3 commit be31ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion licensecheck/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ucstr(str):

__slots__ = ()

def __new__(cls, v: str|None) -> ucstr:
def __new__(cls, v: str | None) -> ucstr:
"""Create a new ucstr from a str.
:param str v: string to cast
Expand Down
2 changes: 1 addition & 1 deletion tests/test_resolvers_uv.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import contextlib
from pathlib import Path

from licensecheck import types
from licensecheck.resolvers import uv as req_uv
import contextlib

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

Expand Down

0 comments on commit be31ed8

Please sign in to comment.