Skip to content

Commit

Permalink
Fix: (Temporarily) remove decorator @DataClass from class _Complexity…
Browse files Browse the repository at this point in the history
…ExitMetrics(object). Issue #14
  • Loading branch information
iZafiro committed Feb 24, 2020
1 parent 7837dec commit d8b3eef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
_FunctionCounter,
]

@final @dataclass
@final
class _ComplexityExitMetrics(object):
"""Helper class to store counters of statements that exit from a function."""

Expand Down

0 comments on commit d8b3eef

Please sign in to comment.