Skip to content

Commit

Permalink
[Experimental] Fix flake8 errors (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk committed Aug 27, 2023
1 parent 8430731 commit 776fab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pgx/experimental/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from pgx.experimental.utils import act_randomly
from pgx.experimental.wrappers import auto_reset

__all__ = ["act_randomly", "auto_reset"]

0 comments on commit 776fab5

Please sign in to comment.