Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 6a2364e

Browse files
committed
[client] Fix linter
1 parent c2fd522 commit 6a2364e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/api/opencti_api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ def fetch_opencti_file(self, fetch_uri, binary=False, serialize=False):
382382
headers=self.request_headers,
383383
verify=self.ssl_verify,
384384
cert=self.cert,
385-
proxies=self.proxies
385+
proxies=self.proxies,
386386
)
387387
if binary:
388388
if serialize:

0 commit comments

Comments
 (0)