Skip to content

Commit

Permalink
fixed pre-commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafakalhor committed Apr 11, 2024
1 parent 5cbc4f6 commit 76b480d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Nox sessions."""

import os
import shlex
import shutil
Expand Down
1 change: 1 addition & 0 deletions spectrum_fundamentals/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Initialize fundamentals."""

__author__ = "Mario Picciani"
__email__ = "[email protected]"
__version__ = "0.5.0"
Expand Down
1 change: 1 addition & 0 deletions tests/test_main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test cases for the __main__ module."""

import pytest
from click.testing import CliRunner

Expand Down

0 comments on commit 76b480d

Please sign in to comment.