Skip to content

Commit

Permalink
#184: Fix linting issues as brought up in PR
Browse files Browse the repository at this point in the history
- Most likely caused when I merged other branches after I created the PR
  • Loading branch information
MRichards99 committed Dec 8, 2020
1 parent 116ca2a commit b01eaf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion datagateway_api/src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from flask_swagger_ui import get_swaggerui_blueprint

from datagateway_api.common.config import config
from datagateway_api.common.exceptions import ApiError
from datagateway_api.common.logger_setup import setup_logger
from datagateway_api.src.resources.entities.entity_endpoint import (
get_count_endpoint,
Expand Down
12 changes: 6 additions & 6 deletions datagateway_api/src/swagger/initialise_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def initialise_spec(spec):
{"type": "number"},
{"type": "integer"},
{"type": "boolean"},
]
}
],
},
},
},
{
Expand Down Expand Up @@ -105,8 +105,8 @@ def initialise_spec(spec):
"oneOf": [
{"type": "number"},
{"type": "integer"},
]
}
],
},
},
},
{
Expand All @@ -117,8 +117,8 @@ def initialise_spec(spec):
"oneOf": [
{"type": "number"},
{"type": "integer"},
]
}
],
},
},
},
{
Expand Down

0 comments on commit b01eaf5

Please sign in to comment.