rtutil: Clean unused code.
This commit is contained in:
parent
a61b74308f
commit
2fb7826ab4
1 changed files with 0 additions and 2 deletions
|
@ -22,13 +22,11 @@ import urllib.parse as urlparse
|
|||
import rt
|
||||
|
||||
from typing import (
|
||||
Mapping,
|
||||
Optional,
|
||||
Tuple,
|
||||
Union,
|
||||
)
|
||||
|
||||
AttachmentTuple = Tuple[str, str, str, str]
|
||||
RTId = Union[int, str]
|
||||
|
||||
class RT:
|
||||
|
|
Loading…
Reference in a new issue