yapf
This commit is contained in:
parent
932db23a5c
commit
4ed73d247b
4 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
|||
from abc import ABCMeta, abstractmethod
|
||||
from six import add_metaclass
|
||||
|
||||
|
||||
@add_metaclass(ABCMeta)
|
||||
class ServiceKeyWorkerDataInterface(object):
|
||||
"""
|
||||
|
|
Reference in a new issue