diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-11-16 00:10:04 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-11-17 00:47:56 +0000 |
commit | ed833e3bc9fd0acc86dae8c80f3a17a5c3fae334 (patch) | |
tree | 21640c81ecf401f615f2c4da6caf95f1d5171c21 | |
parent | Don't re-use variable names with differing types. (diff) | |
download | synapse-ed833e3bc9fd0acc86dae8c80f3a17a5c3fae334.tar.xz |
Again, don't re-use variable names.
Interestingly I noticed that the reactor argument is never actually set by any calling functions. Should we just remove it?
-rw-r--r-- | tests/utils.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/utils.py b/tests/utils.py |