mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-06-30 08:49:28 +02:00
refactor: import order corrected
This commit is contained in:
parent
3523bfa568
commit
8788891d5f
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue