Skip to content

Commit

Permalink
remove extraneous parens
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed May 24, 2021
1 parent c5a981c commit d2d99ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circleguard/frametime_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# use this class without installing matplotlib. Another file isn't the end of
# the world.

class FrametimeGraph():
class FrametimeGraph:
# for any frametimes larger than this, chuck them into a single bin.
# matplotlib can't really handle that many bins otherwise
MAX_FRAMETIME = 50
Expand Down

0 comments on commit d2d99ea

Please sign in to comment.