rt-auto-remind: Remove unused imports.
This commit is contained in:
		
							parent
							
								
									7282ba1199
								
							
						
					
					
						commit
						01b132a208
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -2,14 +2,11 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import argparse
 | 
					import argparse
 | 
				
			||||||
import datetime
 | 
					import datetime
 | 
				
			||||||
import hashlib
 | 
					 | 
				
			||||||
import json
 | 
					 | 
				
			||||||
import pathlib
 | 
					import pathlib
 | 
				
			||||||
import os
 | 
					import os
 | 
				
			||||||
import sqlite3
 | 
					import sqlite3
 | 
				
			||||||
import subprocess
 | 
					import subprocess
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
import tempfile
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
DATETIME_FMT = '%Y-%m-%d %H:%M:%S'
 | 
					DATETIME_FMT = '%Y-%m-%d %H:%M:%S'
 | 
				
			||||||
try:
 | 
					try:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue