mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix missing import. fixes #738
This commit is contained in:
parent
b03d11003e
commit
8feb2a7b67
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
from datetime import datetime, timedelta
|
||||
from datetime import datetime
|
||||
import sys
|
||||
|
||||
try:
|
||||
import pyasn1
|
||||
|
|
Loading…
Add table
Reference in a new issue