Skip to content

Commit

Permalink
Fix linter issue with imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jramnani committed Jan 21, 2024
1 parent 693eaa3 commit 2dfd298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vorta/network_status/darwin.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import subprocess
from datetime import datetime as dt
from typing import Iterator, Optional, List
from typing import Iterator, List, Optional

from CoreWLAN import CWInterface, CWNetwork, CWWiFiClient

Expand Down

0 comments on commit 2dfd298

Please sign in to comment.