fix(commands:iplocalise|Network): close TUXBOT-BOT-4N

This commit is contained in:
Romain J 2021-05-16 17:28:49 +02:00
commit fd0600b75d
4 changed files with 12 additions and 5 deletions

View file

@ -12,6 +12,7 @@ disable=
C0114, # missing-module-docstring
C0115, # missing-class-docstring
C0116, # missing-function-docstring
C0415, # import-outside-toplevel
W0703, # broad-except
W0707, # raise-missing-from
R0801, # duplicate-code