Skip to content

Commit 604c527

Browse files
committed
Fix lint
1 parent b8c6cd0 commit 604c527

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/redirect.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
query_forwarding=False,
6060
forwarding_mode="all",
6161
forwarding_type="permanent",
62-
tags=["test","me"],
62+
tags=["test", "me"],
6363
)
6464

6565
##########
@@ -68,10 +68,10 @@
6868

6969
# search; we can also use list() to get all redirects
7070
reds = redirects.searchSource('example.com')
71-
print (reds['total'], len(reds['results']))
71+
print(reds['total'], len(reds['results']))
7272

7373
certs = certificates.search('example.com')
74-
print (certs['total'], len(certs['results']))
74+
print(certs['total'], len(certs['results']))
7575

7676
#################
7777
# READ / UPDATE #

0 commit comments

Comments
 (0)