Skip to content

Commit c4b24d8

Browse files
author
=
committed
removed parenthesis from line 40 of airtable.py--import now working smoothly
1 parent 8bfc1b0 commit c4b24d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airtable/airtable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def create_payload(data):
3737
return {'fields': data}
3838

3939

40-
class Airtable():
40+
class Airtable:
4141
def __init__(self, base_id, api_key):
4242
self.airtable_url = API_URL % API_VERSION
4343
self.base_url = os.path.join(self.airtable_url, base_id)

0 commit comments

Comments
 (0)