Skip to content

Commit 02678e4

Browse files
committed
black
1 parent 788b953 commit 02678e4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

mergin/client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@
7575

7676
truststore.inject_into_ssl()
7777
except ImportError:
78-
logging.getLogger("mergin.client").warning(
79-
"truststore could not be imported, continuing without it"
80-
)
78+
logging.getLogger("mergin.client").warning("truststore could not be imported, continuing without it")
8179

8280
json_headers = {"Content-Type": "application/json"}
8381

0 commit comments

Comments
 (0)