organize imports, less of a clusterfuck

This commit is contained in:
Xevion
2020-04-21 00:51:07 -05:00
parent 7896210806
commit 963a06d227
2 changed files with 1 additions and 3 deletions

View File

@@ -7,12 +7,10 @@ Pathfinding will also depend on objects here, and is thus integral to it's funct
from __future__ import annotations
import json
import arcade
import numpy as np
from itertools import chain
from config import Config