Skip to content

Commit

Permalink
Clean up simulator namespace (Azure#37550)
Browse files Browse the repository at this point in the history
* Clean up simulator namespace

* fix syncing issues
  • Loading branch information
needuv authored Sep 24, 2024
1 parent 1b66229 commit 91cf2f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ._constants import SupportedLanguages
from ._direct_attack_simulator import DirectAttackSimulator
from ._indirect_attack_simulator import IndirectAttackSimulator
from .simulator import Simulator
from ._simulator import Simulator

__all__ = [
"AdversarialSimulator",
Expand Down

0 comments on commit 91cf2f3

Please sign in to comment.