Commit 24f6585e authored by Jason Swails's avatar Jason Swails
Browse files

Remove superfluous import.

parent 00d20bd7
...@@ -77,7 +77,6 @@ import math ...@@ -77,7 +77,6 @@ import math
import copy import copy
from .standard_dimensions import * from .standard_dimensions import *
from .unit import Unit, is_unit, dimensionless from .unit import Unit, is_unit, dimensionless
import sys
class Quantity(object): class Quantity(object):
"""Physical quantity, such as 1.3 meters per second. """Physical quantity, such as 1.3 meters per second.
......
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