Skip to content

Commit 765d11e

Browse files
committed
chore: change dict to {}
1 parent b91766e commit 765d11e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_zoneinfo/test_zoneinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ def test_weak_cache_descriptor_use_after_free(self):
15611561

15621562
class BombDescriptor:
15631563
def __get__(self, obj, owner):
1564-
return dict()
1564+
return {}
15651565

15661566
class EvilZoneInfo(ZoneInfo):
15671567
pass

0 commit comments

Comments
 (0)