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

Commit 06b1185

Browse files
committed
semicolon?
1 parent 7c25e8b commit 06b1185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CloudFlare/api_extras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def api_extras(self, extras=None):
88
""" API extras for Cloudflare API"""
99

10-
count = 0;
10+
count = 0
1111
for extra in extras:
1212
extra = re.sub(r"^.*/client/v4/", '/', extra)
1313
extra = re.sub(r"^.*/v4/", '/', extra)

0 commit comments

Comments
 (0)