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

@ -1,7 +1,7 @@
import os
from collections import Counter
import h5py
import numpy as np
from collections import Counter
from ..obs import Obs, CObs
from ..correlators import Corr

View file

@ -1,12 +1,12 @@
import json
import gzip
import numpy as np
import getpass
import socket
import datetime
import platform
import warnings
import re
import numpy as np
from ..obs import Obs
from ..covobs import Covobs
from ..correlators import Corr

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