From 1ef5375c2a0e4789da081761f7c929e684d84355 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz>
Date: Tue, 22 Dec 2020 19:29:48 +0100
Subject: [PATCH] nsfarm/cli: add missing import

---
 nsfarm/cli.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nsfarm/cli.py b/nsfarm/cli.py
index e934cd1..e21b13c 100644
--- a/nsfarm/cli.py
+++ b/nsfarm/cli.py
@@ -11,6 +11,7 @@ support for shell and u-boot.  They differ in a way how they handle prompt and m
 import abc
 import logging
 import base64
+import typing
 
 _FLUSH_BUFFLEN = 2048
 
-- 
GitLab