Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacai committed Nov 3, 2022
1 parent 2bbc408 commit b8cc381
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

from dotenv import load_dotenv
from goechargerv2.goecharger import GoeChargerApi
from src.goechargerv2.goecharger import GoeChargerApi

load_dotenv()

Expand Down
1 change: 0 additions & 1 deletion tests/goecharger.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def test_status_mapping_response(self) -> None:
)
def test_request_status_ok(self) -> None:
"""Test if status request returns a valid response in case the API call succeeds"""
self.maxDiff = None
api = GoeChargerApi("http://localhost:3000", "TOKEN")
self.assertDictEqual(
api.request_status(),
Expand Down

0 comments on commit b8cc381

Please sign in to comment.