Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Reillyhewitson committed Nov 22, 2022
1 parent 185e304 commit aa39a81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from flask import Flask
from icat.client import Client
from icat.query import Query
import pytest

from datagateway_api.src.api_start_utils import (
Expand Down
2 changes: 1 addition & 1 deletion test/unit/search_api/conftest.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import json
from unittest.mock import mock_open, patch


import pytest

from datagateway_api.src.search_api.panosc_mappings import PaNOSCMappings


Expand Down

0 comments on commit aa39a81

Please sign in to comment.