You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that since Adversary make use of the Callback class, and the Callback base class also make use of the Adversary class; when adding the typing hints this is provoking a circular import issue.
When trying to reference the
Adversary
type in theCallback
interface it provokes a import circular issue.The text was updated successfully, but these errors were encountered: