Skip to content

Commit

Permalink
[REMOVE] Removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tayler6000 committed Jan 4, 2024
1 parent 86344fc commit 5ef1a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyVoIP/VoIP/phone.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
)
from pyVoIP.VoIP.status import PhoneStatus
from threading import Timer, Lock
from typing import Callable, Dict, List, Optional, Type
from typing import Dict, List, Optional, Type
from dataclasses import dataclass
import pyVoIP
import random
Expand Down

0 comments on commit 5ef1a2d

Please sign in to comment.