Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl committed Sep 29, 2024
1 parent 9358cd9 commit 5965f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions project/src/{{python_package_import_name}}/cli.py.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from {{ python_package_import_name }}.__about__ import __version__


def main():
print(f"{{ project_name }} v{__version__}!")
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import lightning as L
from {{ python_package_import_name }}.data.datamodule import RandomDataModule
from {{ python_package_import_name }}.models.model import BoringModel


if __name__ == "__main__":
dm = RandomDataModule()

Expand Down

0 comments on commit 5965f96

Please sign in to comment.