Skip to content

Commit 0667705

Browse files
committed
Remove dsn.lower() from influxdb08.InfluxDBClient.from_DSN()
1 parent df89dc1 commit 0667705

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

influxdb/influxdb08/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ def from_DSN(dsn, **kwargs):
134134
udp_port parameter (cf. examples).
135135
:raise ValueError: if the provided DSN has any unexpected value.
136136
"""
137-
dsn = dsn.lower()
138137

139138
init_args = {}
140139
conn_params = urlparse(dsn)

0 commit comments

Comments
 (0)