Skip to content

Commit

Permalink
fix coverage and unused var warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Apr 18, 2024
1 parent 45e9736 commit b9d9fc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs_src/exceptions/tutorial005.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def main(name: str = "morty"):
}
}
}
print(name + 3)
print(deep_dict_or_json)
print(name + deep_dict_or_json + 3)


if __name__ == "__main__":
Expand Down

0 comments on commit b9d9fc0

Please sign in to comment.