Appease CI setup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-08-05 08:08:41 +02:00
parent 81368b02c2
commit 1fde858fe6
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
"""Sans I/O wire protocol for Hypercore"""
from typing import List, Optional, Tuple
from typing import List, Tuple
import attr
from pyvarint import encode, encoding_length