Skip to content

Commit

Permalink
Merge pull request #550 from graphistry/dev/fix-import-enc
Browse files Browse the repository at this point in the history
Dev/Try to fix import errors
  • Loading branch information
aucahuasi authored Mar 1, 2024
2 parents 6c2f4c7 + 8c91b6b commit c0dbcac
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Development]

## [0.33.4 - 2024-02-29]

### Added

* Fix validations import.

## [0.33.3 - 2024-02-28]

### Added
Expand Down
7 changes: 7 additions & 0 deletions docs/source/graphistry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ Arrow File Uploader Module
:undoc-members:
:show-inheritance:

Validation
==================
.. toctree::
:maxdepth: 3

graphistry.validate

Versioneer
==================

Expand Down
8 changes: 8 additions & 0 deletions docs/source/graphistry.validate.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Module contents
---------------

.. automodule:: graphistry.validate
:members:
:undoc-members:
:show-inheritance:
:noindex:
3 changes: 3 additions & 0 deletions graphistry/validate/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from .validate_encodings import ( # noqa: E402, F401
validate_encodings
)

0 comments on commit c0dbcac

Please sign in to comment.