Skip to content
Snippets Groups Projects
Commit fd61e09d authored by Christoph Alt's avatar Christoph Alt
Browse files

reorder of datapoint member

parent a36607df
No related merge requests found
......@@ -5,9 +5,9 @@ from dataclasses import dataclass, asdict
class DataPoint:
"""Represents a single Datapoint from the InfluxDB perspective."""
measurement: str
tags: dict
fields: dict
time: int
fields: dict
tags: dict
def asdict(self):
return asdict(self)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment