Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zcqian committed Oct 18, 2021
1 parent fc76f5a commit a922810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biothings/web/query/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

@dataclass
class QueryPipelineException(Exception):
code: str = 500
code: int = 500
summary: str = ""
details: object = None
# use code here to indicate error types instead of
Expand Down

0 comments on commit a922810

Please sign in to comment.