Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hadrien committed Apr 6, 2021
1 parent a363f86 commit a915063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_sqla/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def query_count_dependency(session: Session = Depends()) -> QueryCount:
def _query_count(query: DbQuery): # pragma no cover
"Dispatch on registered functions based on `query` type."
raise NotImplementedError(
f"not _query_count registered for type {type(query)!r}"
f"no _query_count registered for type {type(query)!r}"
)

@_query_count.register
Expand Down

0 comments on commit a915063

Please sign in to comment.