1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

Remove unused imports

(cherry picked from commit 49a81308c0)
This commit is contained in:
Hendrikto
2019-04-04 21:40:16 +02:00
committed by Rémi Verschelde
parent 782a6dcdde
commit 456eb53439
18 changed files with 4 additions and 24 deletions

View File

@@ -1,11 +1,10 @@
#!/usr/bin/env python3
import argparse
import sys
import os
import re
import xml.etree.ElementTree as ET
from collections import defaultdict, OrderedDict
from collections import OrderedDict
# Uncomment to do type checks. I have it commented out so it works below Python 3.5
#from typing import List, Dict, TextIO, Tuple, Iterable, Optional, DefaultDict, Any, Union