8000 !U remove the redundant whitespace · matplotlib/matplotlib@6bc363b · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bc363b

Browse files
authored
!U remove the redundant whitespace
1 parent 4630911 commit 6bc363b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/dates.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,6 @@ def set(self, **kwargs):
713713
def __getattr__(self, name):
714714
if name in ['__getstate__', '__setstate__']:
715715
return object.__getattr__(self, name)
716-
717716
if name in self.__dict__:
718717
return self.__dict__[name]
719718
return getattr(self._rrule, name)

0 commit comments

Comments
 (0)
0