Skip to content

Commit

Permalink
Remove unnecessary noqa (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle-Verhoog authored May 27, 2022
1 parent 5b6c838 commit 1d5bee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddapm_test_agent/tracestats.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class StatsAggr(TypedDict):
Name: str
Resource: str
Type: Optional[str] # noqa
Type: Optional[str]
HTTPStatusCode: int
Synthetics: bool
Hits: int
Expand Down

0 comments on commit 1d5bee3

Please sign in to comment.