Skip to content

Commit

Permalink
remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Aug 15, 2023
1 parent 5e922e6 commit 3bc6119
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

package com.microsoft.appcenter.ingestion.models;

import androidx.annotation.Nullable;

import com.microsoft.appcenter.ingestion.models.json.JSONUtils;

import org.json.JSONException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
import android.view.Display;
import android.view.Surface;

import androidx.annotation.Nullable;

import com.microsoft.appcenter.AppCenter;
import com.microsoft.appcenter.ingestion.models.Device;
import com.microsoft.appcenter.ingestion.models.WrapperSdk;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ public void deviceInfo() throws PackageManager.NameNotFoundException, DeviceInfo
final String appBuild = "1";
final String appNamespace = "com.contoso.app";
final String carrierCountry = "us";
final String dataResidencyRegion = "RG";
final String carrierName = "mock-service";
final Locale locale = Locale.KOREA;
final String model = "mock-model";
Expand Down

0 comments on commit 3bc6119

Please sign in to comment.