Make minor formatting changes

This commit is contained in:
Tim Van Baak 2018-07-06 21:59:09 -07:00
parent eb93b41739
commit e13febb079
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ import os
import re import re
import json import json
from src.article import LexiconArticle from src.article import LexiconArticle
import src.build as build from src import build
import src.utils as utils from src import utils
def is_lexicon(name): def is_lexicon(name):
""" """
@ -248,4 +248,4 @@ def main():
run_command(args.name, args.command) run_command(args.name, args.command)
if __name__ == "__main__": if __name__ == "__main__":
main() main()