removed useless import
This commit is contained in:
parent
00ed8d5b31
commit
2b28aaeff3
|
@ -189,3 +189,4 @@ cython_debug/
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
/.java-version
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
package com.sandro.app.fs;
|
package com.sandro.app.fs;
|
||||||
|
|
||||||
import com.amazonaws.services.dynamodbv2.xspec.M;
|
|
||||||
import com.fasterxml.jackson.core.type.TypeReference;
|
import com.fasterxml.jackson.core.type.TypeReference;
|
||||||
import com.fasterxml.jackson.databind.ObjectMapper;
|
import com.fasterxml.jackson.databind.ObjectMapper;
|
||||||
import com.sandro.app.SparkUtility;
|
import com.sandro.app.SparkUtility;
|
||||||
|
|
Loading…
Reference in New Issue