--- 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.