Remove asterisk imports from subject inits (#391)

* removed asterisk imports from subject inits

* import Generator from the right init level
This commit is contained in:
Luke Weiler
2022-12-19 02:06:10 -05:00
committed by GitHub
parent abeec27ae9
commit 20d3294a93
134 changed files with 126 additions and 146 deletions

View File

@@ -1,4 +1,4 @@
from ..__init__ import Generator
from ...__init__ import Generator
import random