Skip to content

Commit

Permalink
Fix mypy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-slac committed May 16, 2024
1 parent d9e02f2 commit e1a4390
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ ignore_missing_imports = True
[mypy-lsst.sphgeom]
ignore_missing_imports = True

[mypy-testing.*]
ignore_missing_imports = True

[mypy-lsst.dax.ppdb.*]
ignore_missing_imports = False
ignore_errors = False
Expand Down
2 changes: 2 additions & 0 deletions tests/test_ppdbSql.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def make_instance(self, **kwargs: Any) -> PpdbConfig:
class ApdbPostgresTestCase(PpdbTest, unittest.TestCase):
"""A test case for ApdbSql class using Postgres backend."""

postgresql: Any

@classmethod
def setUpClass(cls) -> None:
# Create the postgres test server.
Expand Down

0 comments on commit e1a4390

Please sign in to comment.