Skip to content

Commit 800bba4

Browse files
committed
chore(psd-bank-pdf): Remove a redundant import
1 parent 3708242 commit 800bba4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugins/parsers/psd-bank-pdf/src/main/kotlin/PsdBankPdfParser.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import java.time.LocalDate
1717
import java.time.Month
1818
import java.util.Locale
1919

20-
import kotlin.IllegalArgumentException
21-
2220
class PsdBankPdfParser : Logger, Parser() {
2321
private data class ParsingState(
2422
var accountId: String? = null,

0 commit comments

Comments
 (0)