Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2024
1 parent 2f75b41 commit a084343
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions pvnet_summation/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
"""PVNet_summation"""

__version__ = "0.3.2"
1 change: 1 addition & 0 deletions pvnet_summation/models/base_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Base model for all PVNet submodels"""

import logging
from typing import Optional

Expand Down
1 change: 1 addition & 0 deletions pvnet_summation/training.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Training"""

import os
from typing import Optional

Expand Down
1 change: 1 addition & 0 deletions scripts/checkpoint_to_huggingface.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
--local-path="~/tmp/this_model" \
--no-push-to-hub
"""

import glob
import os
import tempfile
Expand Down

0 comments on commit a084343

Please sign in to comment.