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 datetime
|
||||
import hashlib
|
||||
import json
|
||||
import pathlib
|
||||
import os
|
||||
import sqlite3
|
||||
import subprocess
|
||||
import sys
|
||||
import tempfile
|
||||
|
||||
DATETIME_FMT = '%Y-%m-%d %H:%M:%S'
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue