Commit d6f2d2fb61f91408e24ac5ab5c007cfb44b96212

Authored by Sergio Oliveira
1 parent 502ba6f4

Extending object

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
colab/plugins/utils/signals.py
... ... @@ -2,7 +2,7 @@
2 2 from abc import abstractmethod
3 3  
4 4  
5   -class AbstractSignal():
  5 +class AbstractSignal(object)
6 6  
7 7 @abstractmethod
8 8 def register_signal(self):
... ...