Another variable type hint removal.

pull/130/head
jMyles 2017-11-22 09:27:58 -08:00
parent f7539f7575
commit 16be6e3b97
1 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1 @@
from typing import List
_ursulas_on_blockchain:List = []
_ursulas_on_blockchain = []