Skip to content

Commit

Permalink
Fix codestyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen authored Apr 12, 2021
1 parent eba661c commit 0f0c8ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions jdaviz/configs/cubeviz/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from jdaviz.configs.default.plugins.line_lists.line_list_mixin import LineListMixin
from jdaviz.configs.specviz import SpecViz


class CubeViz(ConfigHelper, LineListMixin):
"""CubeViz Helper class"""
_default_configuration = 'cubeviz'
Expand Down
1 change: 0 additions & 1 deletion jdaviz/configs/mosviz/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from jdaviz.configs.specviz import SpecViz



class MosViz(ConfigHelper):
"""MosViz Helper class"""

Expand Down

0 comments on commit 0f0c8ab

Please # to comment.