Skip to content

Commit

Permalink
Merge pull request #56 from PKUfudawei/master
Browse files Browse the repository at this point in the history
add new import "import random"
  • Loading branch information
tkrabel authored Jun 14, 2024
2 parents 8631f30 + f9b241c commit cd0c11c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyforest/_imports.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
re = LazyImport("import re")
glob = LazyImport("import glob")
Path = LazyImport("from pathlib import Path")
random = LazyImport("import random")

pickle = LazyImport("import pickle")

Expand Down

0 comments on commit cd0c11c

Please sign in to comment.