Skip to content

Commit

Permalink
docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
fkiraly committed Jun 23, 2024
1 parent b35a1fa commit 00a57b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion skpro/datatypes/_table/_base.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# copyright: sktime developers, BSD-3-Clause License (see LICENSE file)
# copyright: skpro developers, BSD-3-Clause License (see LICENSE file)
"""Base class for data types."""

__author__ = ["fkiraly"]
Expand Down
1 change: 1 addition & 0 deletions skpro/utils/retrieval.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Utility functions for retrieving objects from modules."""
import importlib
import inspect
import pkgutil
Expand Down

0 comments on commit 00a57b9

Please sign in to comment.