Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9c536e

Browse files
committed
Fixed PEP8 violations introduced in my effort to fix PEP8 violations in my last commit.
1 parent 6a5791d commit c9c536e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/backends/backend_pdf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,12 +1458,12 @@ def writeInfoDict(self):
14581458
def is_date(x):
14591459
boolean = isinstance(x, datetime)
14601460
return(boolean)
1461-
1461+
14621462
def check_trapped(x):
14631463
boolean = isinstance(x, Name) and \
14641464
x.name in ('True', 'False', 'Unknown')
14651465
return(boolean)
1466-
1466+
14671467
keywords = {'Title': is_string_like,
14681468
'Author': is_string_like,
14691469
'Subject': is_string_like,

0 commit comments

Comments
 (0)