Skip to content

Commit

Permalink
Add file docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
IKostric committed Feb 1, 2024
1 parent 3660e09 commit d5067b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""This module contains the DBpedia Spotlight entity linker."""
"""Contains the DBpedia Spotlight entity linker."""

from typing import Any, Dict, Union

Expand Down
2 changes: 2 additions & 0 deletions pkg_api/util/load_config.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Utility function for loading configuration data from YAML files."""

import os
from typing import Any, Dict

Expand Down

0 comments on commit d5067b7

Please sign in to comment.