Skip to content

Commit

Permalink
ununsed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Feb 26, 2024
1 parent 2f900e4 commit 121bce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bssclient/client/bssclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import asyncio
import logging
import uuid
from typing import Callable, Optional
from typing import Optional

from aiohttp import BasicAuth, ClientSession, ClientTimeout

Expand Down
2 changes: 1 addition & 1 deletion unittests/test_netzvertraege.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import uuid
from pathlib import Path

from aioresponses import CallbackResult, aioresponses
from aioresponses import aioresponses
from jsonpatch import JsonPatch # type:ignore[import]

from bssclient.models.netzvertrag import Bo4eVertrag, Netzvertrag, Vertragsstatus
Expand Down

0 comments on commit 121bce2

Please sign in to comment.