Skip to content

Commit 0e0d1ec

Browse files
committed
Fixed error
1 parent 61bf558 commit 0e0d1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bugout/resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def list_resources(
6969
resources_path = "resources"
7070
headers = {
7171
"Authorization": f"Bearer {token}",
72-
})
72+
}
7373
result = self._call(
7474
method=Method.get, path=resources_path, params=params, headers=headers
7575
)

0 commit comments

Comments
 (0)