removed useless import

This commit is contained in:
Sandro La Bruzzo 2023-04-12 10:12:36 +02:00
parent 00ed8d5b31
commit 2b28aaeff3
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -189,3 +189,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
/.java-version

View File

@ -1,6 +1,4 @@
package com.sandro.app.fs;
import com.amazonaws.services.dynamodbv2.xspec.M;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.sandro.app.SparkUtility;