removed unused imports

This commit is contained in:
Lynne 2019-07-02 20:44:48 +10:00
parent 063aa122bc
commit 40eb3ed173
1 changed files with 1 additions and 1 deletions

2
gen.py
View File

@ -4,7 +4,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
from mastodon import Mastodon
import argparse, sys, traceback, json, re
import argparse, json, re
import functions
parser = argparse.ArgumentParser(description='Generate and post a toot.')