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
chore: moveRequiredOptional to thegitlab.types module
By having `RequiredOptional` in the `gitlab.base` module it makes itdifficult with circular imports. Move it to the `gitlab.types`module which has no dependencies on any other gitlab module.