Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cel055 committed Jan 9, 2024
1 parent ca20833 commit 4a1d343
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion cognite/extractorutils/configtools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ class MyConfig(BaseConfig):
However, all of these things will be automatically done for you if you are using the base Extractor class.
"""

from cognite.extractorutils.exceptions import InvalidConfigError

from .elements import (
BaseConfig,
CogniteConfig,
Expand All @@ -100,4 +102,3 @@ class MyConfig(BaseConfig):
TimeIntervalConfig,
)
from .loaders import ConfigResolver, load_yaml, load_yaml_dict
from cognite.extractorutils.exceptions import InvalidConfigError
6 changes: 3 additions & 3 deletions docs/source/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,19 +129,19 @@ Exceptions
:undoc-members:
:inherited-members:
:show-inheritance:

.. automodule:: cognite.extractorutils.uploader.files
:members:
:undoc-members:
:inherited-members:
:show-inheritance:

.. automodule:: cognite.extractorutils.uploader.raw
:members:
:undoc-members:
:inherited-members:
:show-inheritance:

.. automodule:: cognite.extractorutils.uploader.time_series
:members:
:undoc-members:
Expand Down

0 comments on commit 4a1d343

Please sign in to comment.