diff --git a/Examples/Echo.py b/Examples/Echo.py index 95bfa97c..abb79ffa 100644 --- a/Examples/Echo.py +++ b/Examples/Echo.py @@ -341,4 +341,3 @@ if __name__ == "__main__": except KeyboardInterrupt: print("") exit() - diff --git a/Examples/Link.py b/Examples/Link.py index 54efe5e3..37de9dd7 100644 --- a/Examples/Link.py +++ b/Examples/Link.py @@ -301,4 +301,3 @@ if __name__ == "__main__": except KeyboardInterrupt: print("") exit() -