removed unused import

This commit is contained in:
Sven Vogel 2023-07-16 23:29:50 +02:00
parent e8da31486f
commit d8bdad548d
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@ package me.teridax.jcash.banking.management;
import me.teridax.jcash.banking.Bank;
import me.teridax.jcash.banking.accounts.Account;
import me.teridax.jcash.banking.accounts.CurrentAccount;
import me.teridax.jcash.banking.accounts.Owner;
import me.teridax.jcash.decode.StringDecoder;