mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-26 05:43:34 +03:00
fix linter remove unused imports and variables (#1375)
* fix linter remove unused imports and variables * add UNUSED comment
This commit is contained in:
parent
30e3fb11d5
commit
fbbccc186d
@ -1,7 +1,10 @@
|
||||
import hashlib
|
||||
import time
|
||||
|
||||
from .utils import human_format
|
||||
# UNUSED
|
||||
# import time
|
||||
|
||||
# UNUSED
|
||||
# from .utils import human_format
|
||||
|
||||
|
||||
class NickGenerator:
|
||||
@ -94,7 +97,7 @@ class NickGenerator:
|
||||
# if self.verbose:
|
||||
# print(f"Adverb: {adv}, id {adv_id}.")
|
||||
else:
|
||||
adv_id, adv, remainder = 0, "", nick_id
|
||||
adv, remainder = "", nick_id
|
||||
|
||||
# Compute adjective id
|
||||
if self.use_adj:
|
||||
|
Loading…
Reference in New Issue
Block a user