Skip to content

Commit

Permalink
chore: reformat
Browse files Browse the repository at this point in the history
should probably use pre commit hooks tbh
  • Loading branch information
Mattwmaster58 committed Nov 16, 2024
1 parent b51ebf0 commit e4c033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright_stealth/case_insensitive_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def copy(self):

def __repr__(self):
return str(dict(self.items()))

def items(self):
pass

0 comments on commit e4c033a

Please sign in to comment.