trying to fix python-version issue 2

This commit is contained in:
Albrecht Mühlenschulte 2019-07-02 17:13:04 +02:00
parent 352113d195
commit 5bbf4fd193

View file

@ -3,6 +3,7 @@ from __future__ import unicode_literals
import argparse
import os
import io
from typing import Dict
from typing import List
from typing import Optional