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
 | 
					import rt
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from typing import (
 | 
					from typing import (
 | 
				
			||||||
    Mapping,
 | 
					 | 
				
			||||||
    Optional,
 | 
					    Optional,
 | 
				
			||||||
    Tuple,
 | 
					    Tuple,
 | 
				
			||||||
    Union,
 | 
					    Union,
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
AttachmentTuple = Tuple[str, str, str, str]
 | 
					 | 
				
			||||||
RTId = Union[int, str]
 | 
					RTId = Union[int, str]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class RT:
 | 
					class RT:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue