Skip to content

Commit f59fc6f

Browse files
committed
pre-commit fixes
1 parent 2feb28b commit f59fc6f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

test_extra_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
@task
6-
def get_other_docs(uid, api_key=api_key):
6+
def get_other_docs(uid, api_key=None):
77
logger = get_run_logger()
88
result = get_tiled_client()["raw"][uid]
99
for name, doc in result.documents():

utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from tiled.client import from_profile
22

3-
import os
43

54
LOCATION = "tst"
65

0 commit comments

Comments
 (0)