There was an error while loading. Please reload this page.
1 parent 788b953 commit 02678e4Copy full SHA for 02678e4
1 file changed
mergin/client.py
@@ -75,9 +75,7 @@
75
76
truststore.inject_into_ssl()
77
except ImportError:
78
- logging.getLogger("mergin.client").warning(
79
- "truststore could not be imported, continuing without it"
80
- )
+ logging.getLogger("mergin.client").warning("truststore could not be imported, continuing without it")
81
82
json_headers = {"Content-Type": "application/json"}
83
0 commit comments