Skip to content

Commit

Permalink
style: fixup ruff pre-commit (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman authored Feb 13, 2025
1 parent 05ae7e2 commit 4852bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neps/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from contextlib import contextmanager
from dataclasses import dataclass
from pathlib import Path
from typing import TYPE_CHECKING, ClassVar, Generic, Literal, TypeVar
from typing import TYPE_CHECKING, ClassVar, Literal

from portalocker import portalocker

Expand Down

0 comments on commit 4852bde

Please sign in to comment.