Cleanup of imports and checking using pylint

这个提交包含在:
craig-warren
2020-04-07 15:24:22 +01:00
父节点 e76679e62b
当前提交 1ef898384a
共有 59 个文件被更改,包括 719 次插入429 次删除

查看文件

@@ -16,13 +16,14 @@
# You should have received a copy of the GNU General Public License
# along with gprMax. If not, see <http://www.gnu.org/licenses/>.
from io import StringIO
import logging
import os
from pathlib import Path
import sys
from io import StringIO
from pathlib import Path
import gprMax.config as config
from .exceptions import CmdInputError
from .hash_cmds_geometry import process_geometrycmds
from .hash_cmds_multiuse import process_multicmds