ascendcorp / grafana-snapshot

MIT License
4 stars 7 forks source link

Fix bug trailing semicolon #16

Open SN3-K opened 3 months ago

SN3-K commented 3 months ago

As described in #15 , in the file GrafanaSnapshot/feature/snapshots.py Line 24 there seems to be a semicolon that was left over after this commit:

https://github.com/SN3-K/grafana-snapshot/blob/1ee72d3f86ec0cced8e5c169f4fce41832e301d9/GrafanaSnapshotLibrary/grafana.py#L19

Fix is obvious, I simply removed the semicolon

Closes #15