nautobot / nautobot-app-ssot

Single Source of Truth for Nautobot
https://docs.nautobot.com/projects/ssot/en/latest/
Other
36 stars 34 forks source link

use typing.get_args in contrib in favor of accessing __args__ #390

Closed Kircheneer closed 6 months ago

Kircheneer commented 6 months ago

This should provide a more consistent and bug-free experience as we are directly utilizing a standard library API.