Skip to content

Commit

Permalink
Use the correct import style
Browse files Browse the repository at this point in the history
  • Loading branch information
mstimberg committed Apr 14, 2016
1 parent 82a707c commit fdd7438
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions brian2/core/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
from brian2.utils.stringtools import get_identifiers, word_substitute
from brian2.units.fundamentalunits import (Quantity, Unit, DIMENSIONLESS,
fail_for_dimension_mismatch,
have_same_dimensions)
have_same_dimensions, get_unit)
from brian2.utils.logger import get_logger
from units.fundamentalunits import get_unit

from .base import weakproxy_with_fallback, device_override
from .preferences import prefs
Expand Down

0 comments on commit fdd7438

Please sign in to comment.