Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Nov 15, 2023
1 parent 2f7f292 commit 8db8464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/dynamo/test_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -2856,7 +2856,7 @@ def test_access_class_method_from_user_class(self, type_access):
if type_access == "builtin":
type_fn = type
elif type_access == "class":
type_fn = lambda obj: obj.__class__
type_fn = lambda obj: obj.__class__ # noqa: E731

class A:
@classmethod
Expand Down

0 comments on commit 8db8464

Please sign in to comment.