8000 Fixed coding standards · Dao258/wp-api-python@e8fd245 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8fd245

Browse files
Fixed coding standards
1 parent 73c1949 commit e8fd245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

woocommerce/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __get_url(self, endpoint):
3333
""" Get URL for requests """
3434
url = self.url
3535

36-
if url.endswith('/') is False:
36+
if url.endswith("/") is False:
3737
url = "%s/" % url
3838

3939
return "%swc-api/%s/%s" % (url, self.version, endpoint)

0 commit comments

Comments
 (0)
0