Commit cc4c9865ee7d8cd7a56a727caf9cad62186b4dfe

Authored by Greg Sandstrom
1 parent 9f421b0b08
Exists in main

fix import

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

ssa/alarm/alarmist.py View file @ cc4c986
... ... @@ -9,7 +9,7 @@
9 9 import influxdb
10 10 import sys
11 11 import threading
12   -import lightstack as lightstack
  12 +import ssa.alarm.lightstack as lightstack
13 13  
14 14 DEBUG = False
15 15