Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 8, 2024
1 parent 75b175a commit f99659e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reacnetgenerator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class ReacNetGenerator:
def __new__(cls, *args, **kwargs):
"""Create a new ReacNetGenerator instance."""
from .reacnetgen import ReacNetGenerator as RealRNG

return RealRNG(*args, **kwargs)


Expand Down

0 comments on commit f99659e

Please sign in to comment.