diff options
| author | 2018-03-30 10:19:16 +0100 | |
|---|---|---|
| committer | 2018-03-30 10:19:16 +0100 | |
| commit | 4aa6a98945e25a01d37546bf393a2bc5e540f0a8 (patch) | |
| tree | 6b56cd1a0ab753a9769a8cf6d3bc42262818bdea /pysite/views | |
| parent | Staff page typo (diff) | |
Change to PyCharm imports
Diffstat (limited to 'pysite/views')
| -rw-r--r-- | pysite/views/main/info/resources.py | 1 | ||||
| -rw-r--r-- | pysite/views/tests/index.py | 1 | 
2 files changed, 0 insertions, 2 deletions
diff --git a/pysite/views/main/info/resources.py b/pysite/views/main/info/resources.py index f3ff8283..ceb88b65 100644 --- a/pysite/views/main/info/resources.py +++ b/pysite/views/main/info/resources.py @@ -4,7 +4,6 @@ from logging import getLogger  from pysite.base_route import RouteView -  try:      with open("static/resources.json") as fh:          categories = json.load(fh) diff --git a/pysite/views/tests/index.py b/pysite/views/tests/index.py index 2a55a112..3071bf0e 100644 --- a/pysite/views/tests/index.py +++ b/pysite/views/tests/index.py @@ -7,7 +7,6 @@ from pysite.base_route import RouteView  from pysite.constants import ValidationTypes  from pysite.decorators import api_params -  SCHEMA = Schema([{"test": str}])  REQUIRED_KEYS = ["test"]  |