dropbox / pynsot

A Python client and CLI utility for the Network Source of Truth (NSoT) REST API.
https://pynsot.readthedocs.io
Other
46 stars 25 forks source link

Removing Proxy Imports #177

Closed therouterninja closed 3 years ago

therouterninja commented 3 years ago

Remove proxy import logic. As far as I can tell there doesn't seem to be a compelling reason for this to exist, and it's conflicting with our existing bzl build pipeline which blocks other improvements.

jathanism commented 3 years ago

The vendor.* imports date back to a time when pynsot was being deployed without Bazel. Good to see it go!

therouterninja commented 3 years ago

The vendor.* imports date back to a time when pynsot was being deployed without Bazel. Good to see it go!

A-ha! Thanks for the context.