Fixed a bunch of error which were reported by PyCharm's code analysis.

This commit is contained in:
Simon Edwards 2017-02-26 20:40:32 +01:00
parent 7bb486a34b
commit 4ab6b74930
7 changed files with 17 additions and 13 deletions

View file

@ -3,6 +3,8 @@
import configparser #To read config files.
import io #To write config files to strings as if they were files.
from typing import Dict
from typing import List
import UM.VersionUpgrade
from UM.Logger import Logger