Commit bf593c66 by Victor Shnayder

clean up imports

parent 42f8afb0
...@@ -8,21 +8,23 @@ Used by capa_problem.py ...@@ -8,21 +8,23 @@ Used by capa_problem.py
''' '''
# standard library imports # standard library imports
import abc
import cgi import cgi
import hashlib
import inspect import inspect
import json import json
import logging import logging
import numbers import numbers
import numpy import numpy
import os
import random import random
import re import re
import requests import requests
import traceback
import hashlib
import abc
import os
import subprocess import subprocess
import traceback
import xml.sax.saxutils as saxutils import xml.sax.saxutils as saxutils
from collections import namedtuple
from shapely.geometry import Point, MultiPoint from shapely.geometry import Point, MultiPoint
# specific library imports # specific library imports
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment