Skip to content

Commit

Permalink
@abc.abstractmethod -> @AbstractMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Apr 28, 2017
1 parent 55555a2 commit d8eaf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/src/cgcloud/spark/test/test_spark.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class BaseSparkClusterTests( CoreTestCase ):
create_image = True

@classmethod
@abc.abstractmethod
@abstractmethod
def initNode( cls ):
raise NotImplementedError("Abstract method")

Expand Down

0 comments on commit d8eaf9d

Please sign in to comment.