This commit is contained in:
Lex Berezhny 2019-10-12 19:40:32 -04:00
parent 37ae302fc6
commit 64581fc81b
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@ ignore_missing_imports = True
[pylint]
ignore=words,server,workbench,rpc
max-parents=10
max-args=10
max-line-length=110
good-names=T,t,n,i,j,k,x,y,s,f,d,h,c,e,op,db,tx,io,cachedproperty,log,id

View file

@ -4,8 +4,8 @@ import stat
import json
import zlib
import typing
from collections import UserDict
from typing import List, Sequence, MutableSequence, Optional
from collections import UserDict
from hashlib import sha256
from operator import attrgetter
from torba.client.hash import better_aes_encrypt, better_aes_decrypt