1
0
mirror of https://github.com/google/nomulus synced 2026-02-06 04:51:10 +00:00

Format some imports using fix_imports.py

Unfortunately this tool isn't smart enough to deal with the assertThat
situation (which has two static imports of a function with the same name).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=172000753
This commit is contained in:
mcilwain
2017-10-12 13:09:59 -07:00
committed by jianglai
parent 326cf698e0
commit 05f6ad80ab
20 changed files with 35 additions and 49 deletions

View File

@@ -13,6 +13,7 @@
// limitations under the License.
package google.registry.keyring.api;
import static com.google.common.io.Resources.getResource;
import static google.registry.keyring.api.PgpHelper.KeyRequirement.ENCRYPT_SIGN;
import static google.registry.keyring.api.PgpHelper.lookupKeyPair;