Skip to content

Commit

Permalink
remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainL972 committed Feb 14, 2020
1 parent 964efc0 commit e07860a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import socket # Import socket module
import re
import backend
import base64

s = socket.socket() # Create a socket object
host = input("Host: ")
Expand Down

0 comments on commit e07860a

Please sign in to comment.