Skip to content

Commit

Permalink
Updated the docstring of Python script.
Browse files Browse the repository at this point in the history
  • Loading branch information
afallah committed Apr 17, 2024
1 parent 6bad1dc commit 7cb7c74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions odyssey/models/embeddings.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
"""
File: embeddings.py
---------------------
Embedding layers for the models.
"""
"""Embedding layers for the models."""

import math
from typing import Any, Optional
Expand Down
6 changes: 1 addition & 5 deletions odyssey/utils/utils.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
"""
File: utils.py
---------------
General utility functions and constants for the project.
"""
"""General utility functions and constants for the project."""

from typing import Any

Expand Down

0 comments on commit 7cb7c74

Please sign in to comment.