Skip to content
Snippets Groups Projects
Commit ead14909 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

remove unused imports

parent 58300e6b
No related branches found
No related tags found
No related merge requests found
......@@ -4,16 +4,14 @@ import inspect
import operator
import sys
from collections import OrderedDict
from copy import copy, deepcopy
from copy import deepcopy
from functools import wraps
from itertools import product
from types import SimpleNamespace
import kwant
import numpy as np
import scipy.constants
from kwant.continuum.discretizer import discretize
from skimage import measure
import adaptive
import pfaffian as pf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment