Skip to content

Commit

Permalink
Test re-ordering of import in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Jul 19, 2019
1 parent 989caa6 commit 49bd685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyimfit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This file defines what is visible to the outside world when the package
# (pyimfit) is imported
from .descriptions import *
from .pyimfit_lib import convolve_image, make_imfit_function, ModelObjectWrapper
from .pyimfit_lib import FixImage
from .pyimfit_lib import PsfOversampling
from .pyimfit_lib import get_function_list, get_function_dict
from .descriptions import *
from .config import *
from .fitting import *
from .psf import *
Expand Down

0 comments on commit 49bd685

Please sign in to comment.