Skip to content

Commit

Permalink
satisfy mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-saimbhi committed Jun 25, 2024
1 parent 721def4 commit a09fdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testing_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def remove(self):
pass

class FakeImageContainer:
attrs = {}
attrs: Any = {}
def __init__(self):
pass
def pull(self, etc):
Expand Down

0 comments on commit a09fdcf

Please sign in to comment.