Skip to content

Commit 69505b9

Browse files
authored
Merge pull request #22 from realpython/bump-flake8
Bump flake8 to 3.6.0
2 parents 7f03af2 + 156e48b commit 69505b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
black==18.9b0
2-
flake8==3.5.0
2+
flake8==3.6.0

python-sockets-tutorial/app-client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def start_connection(host, port, request):
5252
message = key.data
5353
try:
5454
message.process_events(mask)
55-
except Exception as e:
55+
except Exception:
5656
print(
5757
"main: error: exception for",
5858
f"{message.addr}:\n{traceback.format_exc()}",

0 commit comments

Comments
 (0)