Skip to content

Commit

Permalink
Add noqa for uppercase RDFLib argument
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jul 9, 2024
1 parent 470f71a commit a6ab32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curies/mapping_service/rdflib_custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def query(
initBindings=None, # noqa:N803
initNs=None, # noqa:N803
base=None,
DEBUG=False,
DEBUG=False, # noqa:N803
):
"""Evaluate a SPARQL query on this processor's graph."""
if isinstance(query, str):
Expand Down

0 comments on commit a6ab32e

Please sign in to comment.