Skip to content

Commit

Permalink
Remove newline to align with requests
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyChait authored Sep 16, 2024
1 parent f725c01 commit bb8c391
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion influxdb_client/client/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ def __init__(self, url, token, debug=None, timeout=10_000, enable_gzip=False, or
self.default_tags = default_tags

self.conf = _Configuration()

if not isinstance(self.url, str):
raise ValueError('"url" attribute is not str instance')
if self.url.endswith("/"):
Expand Down

0 comments on commit bb8c391

Please sign in to comment.