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 Jan 8, 2024
1 parent 2556cef commit 4a032a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ repos:
- id: python-no-eval
- id: python-no-log-warn
- id: rst-backticks
default_language_version:
python: python3.11
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 4a032a9

Please sign in to comment.