Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2023
1 parent 409b022 commit 8c9cdf4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion hyperflask/sqlalchemy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


def query_to_graph(query, namespace="http://example.com/", ignore=()):

g = Graph()
Thing = ThingFactory(g)

Expand Down
1 change: 0 additions & 1 deletion tests/test_hyperflask_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

@pytest.fixture(autouse=True)
def mock_requests_to_use_flask_test_client(request, app):

client = app.test_client()

def get_callback(http_request, uri, headers):
Expand Down

0 comments on commit 8c9cdf4

Please sign in to comment.