Skip to content

Commit

Permalink
move warnings import so merge with realspace cleanup won't conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Kienzle committed Jun 22, 2022
1 parent 1c8b2fa commit cd08d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explore/realspace.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import division, print_function

import warnings
import cmath
import time
from copy import copy
Expand All @@ -8,7 +9,6 @@
import inspect
from collections import OrderedDict
from timeit import default_timer as timer
import warnings

try:
from inspect import getfullargspec
Expand Down

0 comments on commit cd08d9d

Please sign in to comment.