Skip to content

Commit

Permalink
fix typing carve-out
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Dec 20, 2023
1 parent a64df9f commit 965e966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_credentials.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from _pytest.monkeypatch import MonkeyPatch
from aiohttp import web
from freezegun import freeze_time
from pyfakefs.fake_filesystem import FakeFilesystem # type: ignore[import-untyped]
from pyfakefs.fake_filesystem import FakeFilesystem
from yarl import URL

from aiodynamo.credentials import (
Expand Down

0 comments on commit 965e966

Please sign in to comment.