Skip to content

Commit

Permalink
Island: Fix imports in app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekoa authored and VakarisZ committed Mar 31, 2023
1 parent e759018 commit 7b68728
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions monkey/monkey_island/cc/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@
from monkey_island.cc.services.authentication_service.configure_flask_security import (
configure_flask_security,
)
from monkey_island.cc.services.authentication_service.token import (
TokenGenerator,
TokenValidator,
)
from monkey_island.cc.services.authentication_service.token import TokenGenerator, TokenValidator
from monkey_island.cc.services.representations import output_json

HOME_FILE = "index.html"
Expand Down

0 comments on commit 7b68728

Please sign in to comment.