Skip to content

Commit

Permalink
STY: Ruff checks
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 5, 2023
1 parent 0b17c51 commit 73bde3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/nipreps_versions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
try:
from ._version import __version__
from ._version import __version__ # noqa: F401
except ImportError: # pragma: no cover
pass
4 changes: 1 addition & 3 deletions src/nipreps_versions/schemes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import re
import warnings
from datetime import date, datetime, timezone
from typing import Match, Optional
from typing import Optional

import packaging.version
from setuptools_scm.version import (
Expand Down

0 comments on commit 73bde3b

Please sign in to comment.