rtutil: Clean unused code.

This commit is contained in:
Brett Smith 2020-03-25 10:12:50 -04:00
parent a61b74308f
commit 2fb7826ab4

View file

@ -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: