Skip to content

Commit

Permalink
Adding pep8 full compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancaraballo committed Oct 4, 2024
1 parent 028a0ab commit 98f9d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

sys.path.insert(0, os.path.abspath('..'))

import eo_validation
import eo_validation # noqa: E402

project = 'eo-validation'
copyright = '2023, Jordan A. Caraballo-Vega'
Expand Down
2 changes: 1 addition & 1 deletion eo_validation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = """Jordan A. Caraballo-Vega"""
__email__ = "jordan.a.caraballo-vega@nasa.gov"
__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit 98f9d5f

Please sign in to comment.