Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
danut.turta1 committed Apr 3, 2024
1 parent c93105f commit 9cbaa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi_tester/clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ def _serialize(data):
try:
return json.dumps(data)
except (TypeError, OverflowError):
"""Data is already serialized"""
# Data is already serialized
return data

0 comments on commit 9cbaa08

Please sign in to comment.