Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 0126d4e

Browse files
committed
Fixed PEP8 issue
1 parent 2aeb691 commit 0126d4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pep257.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,6 @@ def to_rst(cls):
695695
'properly capitalized', '%r, not %r')
696696

697697

698-
699698
class AttrDict(dict):
700699
def __getattr__(self, item):
701700
return self[item]

0 commit comments

Comments
 (0)