Make minor formatting changes
This commit is contained in:
parent
eb93b41739
commit
e13febb079
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue