mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
* Remove unnecessary provide method
This provider is not used. Instead, depending on if the login is performed on
[a remote machine or not](8bdc77501f/core/src/main/java/google/registry/tools/LoginCommand.java (L43)),
the instance is created directly in the command.
* Remove unused imports