Skip to content

Commit d8eaf9d

Browse files
committed
@abc.abstractmethod -> @AbstractMethod
1 parent 55555a2 commit d8eaf9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spark/src/cgcloud/spark/test/test_spark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class BaseSparkClusterTests( CoreTestCase ):
2929
create_image = True
3030

3131
@classmethod
32-
@abc.abstractmethod
32+
@abstractmethod
3333
def initNode( cls ):
3434
raise NotImplementedError("Abstract method")
3535

0 commit comments

Comments
 (0)