Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Jan 3, 2023
1 parent e7b8794 commit 24c3bd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion datagateway_api/src/datagateway_api/icat/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from cachetools import cached
from dateutil.tz import tzlocal
from icat.entities import getTypeMap
from icat.exception import (
ICATInternalError,
ICATNoObjectError,
Expand Down
2 changes: 1 addition & 1 deletion test/integration/datagateway_api/icat/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from icat.exception import ICATInternalError
import pytest

from datagateway_api.src.common.exceptions import BadRequestError, PythonICATError
from datagateway_api.src.common.exceptions import PythonICATError
from datagateway_api.src.datagateway_api.icat.helpers import push_data_updates_to_icat


Expand Down

0 comments on commit 24c3bd7

Please sign in to comment.