Skip to content

Commit

Permalink
Review fixes #53
Browse files Browse the repository at this point in the history
  • Loading branch information
claeyswo committed Dec 7, 2020
1 parent cccf07e commit 38d703b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions tests/test_general.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import pytest

import os

from urihandler import _parse_settings, _load_configuration
from urihandler import (
_parse_settings,
_load_configuration
)


class TestGeneral:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
IUriHandler,
UriHandler,
_build_uri_handler,
get_uri_handler,
get_uri_handler
)


Expand Down
2 changes: 1 addition & 1 deletion urihandler/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
HTTPSeeOther,
HTTPBadRequest,
HTTPNotFound,
HTTPNotModified,
HTTPNotModified
)

from urihandler.utils import create_version_hash
Expand Down

0 comments on commit 38d703b

Please sign in to comment.