Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ptsavol committed Apr 9, 2024
1 parent 7d34f71 commit 09c8aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions spinetoolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
# this program. If not, see <http://www.gnu.org/licenses/>.
######################################################################################################################

"""
Starts Spine Toolbox.
"""


"""Starts Spine Toolbox."""
if __name__ == "__main__":
import sys
from spinetoolbox.main import main
Expand Down
1 change: 0 additions & 1 deletion spinetoolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@
######################################################################################################################

"""spinetoolbox package."""

from .version import __version__, __version_info__

0 comments on commit 09c8aa2

Please sign in to comment.