Skip to content

Commit

Permalink
TYP: Ignore missing stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 5, 2023
1 parent 765e2b4 commit 60ba896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_schemes.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
from functools import partial

import pytest
from setuptools_scm import Configuration
from setuptools_scm.version import meta
from setuptools_scm import Configuration # type: ignore
from setuptools_scm.version import meta # type: ignore

from nipreps_versions.schemes import next_calver, nipreps_calver

Expand Down

0 comments on commit 60ba896

Please sign in to comment.