Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
scasagrande committed Feb 14, 2019
1 parent 20c520d commit 8c40bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instruments/abstract_instruments/function_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import abc
from enum import Enum

from future.utils import with_metaclass
from builtins import range
from future.utils import with_metaclass
import quantities as pq

from instruments.abstract_instruments import Instrument
Expand Down

0 comments on commit 8c40bde

Please sign in to comment.