Skip to content

Commit

Permalink
Merge pull request #21 from leandrolanzieri/pr/fix_import
Browse files Browse the repository at this point in the history
fix(power_control): import Optional
  • Loading branch information
MrKevinWeiss authored Jun 12, 2024
2 parents 506aa68 + 86ab241 commit 4bfef41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inet_nm/power_control.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import subprocess
from time import sleep
from typing import List
from typing import List, Optional

import inet_nm.config as cfg
import inet_nm.locking as lck
Expand Down

0 comments on commit 4bfef41

Please sign in to comment.