refactor: import order corrected

This commit is contained in:
Fabian Joswig 2022-02-10 11:23:25 +00:00
parent 3523bfa568
commit 8788891d5f
3 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@ import os
import fnmatch
import re
import struct
import numpy as np # Thinly-wrapped numpy
import warnings
import numpy as np # Thinly-wrapped numpy
import matplotlib.pyplot as plt
from matplotlib import gridspec
from ..obs import Obs