Skip to content

Commit

Permalink
Added quantities import
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed May 28, 2021
1 parent b80d13f commit 4454dca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sciunit/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
from pathlib import Path
from typing import Any, List

import jsonpickle
import jsonpickle.ext.numpy as jsonpickle_numpy
from jsonpickle.handlers import BaseHandler

try:
import tkinter
except ImportError:
Expand All @@ -36,6 +32,10 @@
from git.exc import GitCommandError, InvalidGitRepositoryError
from git.remote import Remote
from git.repo.base import Repo
import jsonpickle
import jsonpickle.ext.numpy as jsonpickle_numpy
from jsonpickle.handlers import BaseHandler
import quantities as pq

ipy = "ipykernel" in sys.modules
here = Path(__file__).resolve().parent.name
Expand Down

0 comments on commit 4454dca

Please sign in to comment.