KOSASIH / Pi-CryptoConnect

Expected 2 blank lines after end of function or class FLK-E305
Style
Minor
1 occurrence in this check
expected 2 blank lines after class or function definition, found 1
61    def communicate(self):
62        pass
63
64if __name__ == "__main__":65    config = {
66        "threshold": 0.5,
67        "model_path": "model.h5",