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
plugin, containertool: Remove unnecessarily broad Foundation imports (#59)
Motivation
----------
In many places we import a whole module but only use one or two structs
or classes. In these cases, importing just the parts we need makes
dependencies clearer.
Modifications
-------------
* Where only one definition is used, constrain the import statement to
only that definition.
* Remove a couple of Foundation imports which were completely unused.
Result
------
No functional change. Dependencies are clearer.
Test Plan
---------
Tests continue to pass.
0 commit comments