Skip to content

Commit

Permalink
Fix import of version number
Browse files Browse the repository at this point in the history
  • Loading branch information
benkrikler committed Apr 20, 2020
1 parent 9fc11b1 commit c1663d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast_plotter/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
import logging
import matplotlib
matplotlib.use('Agg')
from .version import __version__ # noqa
from .utils import read_binned_df, weighting_vars # noqa
from .utils import decipher_filename, mask_rows # noqa
from .plotting import plot_all, add_annotations # noqa
from .version import __version__


logger = logging.getLogger("fast_plotter")
Expand Down

0 comments on commit c1663d3

Please sign in to comment.