Skip to content

Commit

Permalink
Update quixstreams/sinks/core/influxdb3.py
Browse files Browse the repository at this point in the history
  • Loading branch information
daniil-quix authored Jan 15, 2025
1 parent f0085b1 commit aeb7d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quixstreams/sinks/core/influxdb3.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


TimePrecision = Literal[
"milliseconds", "ms", "nanoseconds", "ns", "microseconds", "us", "seconds", "s"
"ms", "ns", "us", "s"
]

InfluxDBValueMap = dict[str, Union[str, int, float, bool]]
Expand Down

0 comments on commit aeb7d60

Please sign in to comment.