Skip to content
Snippets Groups Projects
Commit c8579c5c authored by Aaron Carlisle's avatar Aaron Carlisle
Browse files

Cleanup: Move import to top of file

parent 2d34a936
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ URL is the: url_manual_prefix + url_manual_mapping[#id]
'''
import os
import argparse
import sphobjinv as soi
def write_mappings(inv, output):
......@@ -116,8 +117,6 @@ def is_valid_file(parser, arg):
return arg
def main():
import argparse
parser = argparse.ArgumentParser(
usage=__doc__
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment