Skip to content

Commit

Permalink
Fix errors detected by Ruff
Browse files Browse the repository at this point in the history
Add missing imoprt
  • Loading branch information
pgiraud committed Aug 12, 2024
1 parent 1dffe33 commit 3c0d45f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions powa/dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from operator import attrgetter
from collections import OrderedDict
from inspect import isfunction
import psycopg2

GLOBAL_COUNTER = 0

Expand Down

0 comments on commit 3c0d45f

Please sign in to comment.