mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-04-21 08:40:03 +02:00
fixes Exception message
This commit is contained in:
parent
6a5108ee91
commit
b19aeda16a
@ -25,7 +25,7 @@ except ImportError:
|
||||
class InfluxDBv1Session: # type: ignore
|
||||
def __init__(self) -> None:
|
||||
raise OptionalDependencyError(
|
||||
"InfluxDBSession requires the 'influxdbv2' extra. "
|
||||
"InfluxDBv1Session requires the 'influxdbv1' extra. "
|
||||
"Please refer to https://gitlab.phys.ethz.ch/tiqi-projects/qchub/icon-services/pydase_service_base."
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user