Skip to content

Commit

Permalink
FIX: do not use both with_metaclass and __metaclass__
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell authored and danielballan committed Sep 25, 2017
1 parent cde3a6c commit 4eebb12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pims/base_frames.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class FramesStream(with_metaclass(ABCMeta, object)):
Does not support slicing.
"""
__metaclass__ = ABCMeta

@abstractmethod
def __iter__(self):
Expand Down

0 comments on commit 4eebb12

Please sign in to comment.