eric7/DebugClients/Python/coverage/phystokens.py

branch
eric7
changeset 8527
2bd1325d727e
parent 8312
800c432b34c8
child 8775
0802ae193343
diff -r 587202572b10 -r 2bd1325d727e eric7/DebugClients/Python/coverage/phystokens.py
--- a/eric7/DebugClients/Python/coverage/phystokens.py	Fri Aug 20 19:56:17 2021 +0200
+++ b/eric7/DebugClients/Python/coverage/phystokens.py	Sat Aug 21 14:21:44 2021 +0200
@@ -87,7 +87,7 @@
 
     """
 
-    ws_tokens = set([token.INDENT, token.DEDENT, token.NEWLINE, tokenize.NL])
+    ws_tokens = {token.INDENT, token.DEDENT, token.NEWLINE, tokenize.NL}
     line = []
     col = 0
 

eric ide

mercurial