Skip to content

Commit

Permalink
more merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaBirmingham committed Jul 18, 2020
1 parent 8713519 commit d93ecc2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions microsetta_private_api/admin/admin_impl.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
import uuid

import flask
from flask import jsonify
import datetime

Expand Down
5 changes: 1 addition & 4 deletions microsetta_private_api/api/tests/test_admin_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
from microsetta_private_api.repo.admin_repo import AdminRepo
from microsetta_private_api.api.tests.test_api import client, MOCK_HEADERS, \
ACCT_ID_1, ACCT_MOCK_ISS, ACCT_MOCK_SUB, \
extract_last_id_from_location_header # noqa
from microsetta_private_api.api.tests.test_api import client # noqa Screw you flake8, we use this by name.
from microsetta_private_api.api.tests.test_api import MOCK_HEADERS, \
ACCT_ID_1, ACCT_MOCK_ISS, ACCT_MOCK_SUB
extract_last_id_from_location_header # noqa "client" IS used, by name

DUMMY_PROJ_NAME = "test project"

Expand Down

0 comments on commit d93ecc2

Please sign in to comment.