removed unused imports
This commit is contained in:
parent
063aa122bc
commit
40eb3ed173
1 changed files with 1 additions and 1 deletions
2
gen.py
2
gen.py
|
@ -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.')
|
||||
|
|
Loading…
Reference in a new issue