build: cleanup and sort imports

pull/7064/head
Dylan Baker 5 years ago
parent 793c3d706e
commit c2a4474b58
  1. 8
      mesonbuild/build.py

@ -12,12 +12,14 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import copy, os, re
from collections import OrderedDict, defaultdict
import itertools, pathlib
from functools import lru_cache
import copy
import hashlib
import itertools, pathlib
import os
import pickle
from functools import lru_cache
import re
import typing as T
from . import environment

Loading…
Cancel
Save