autokeras/engine/serializable.py

Killed 0 out of 1 mutants

Survived

Survived mutation testing. These mutants show holes in your test suite.

Mutant 1

--- autokeras/engine/serializable.py
+++ autokeras/engine/serializable.py
@@ -9,7 +9,6 @@
         """
         raise NotImplementedError
 
-    @classmethod
     def from_config(cls, config):
         """Build an instance from the config of this object.