diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-01-05 00:36:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-01-05 00:36:49 -0300 |
commit | 8cdd82f3e72828744896ba94d359460ce773abd9 (patch) | |
tree | d9da26beaa3c85f6f8e658c336a297a0e1ecbd3b /battle | |
parent | 70fecd98e393a67b0d59b1e8c389c5511f7b8980 (diff) | |
download | server-8cdd82f3e72828744896ba94d359460ce773abd9.tar.gz server-8cdd82f3e72828744896ba94d359460ce773abd9.tar.bz2 server-8cdd82f3e72828744896ba94d359460ce773abd9.tar.xz server-8cdd82f3e72828744896ba94d359460ce773abd9.zip |
Fix pyflakes3 warnings
Diffstat (limited to 'battle')
-rw-r--r-- | battle/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/main.py b/battle/main.py index f93b715..7ce64a9 100644 --- a/battle/main.py +++ b/battle/main.py @@ -443,7 +443,7 @@ def battle(args, token): """ # Erase temporary variables - tmp=[] + del tmp stdout("Party reordered (SKIPPED)") ####################################### |