Skip to content

Commit

Permalink
#212: removes unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter committed Apr 10, 2024
1 parent 9d59c4f commit c15a64b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package app.logorrr.usecases

import app.logorrr.conf.Settings
import app.logorrr.services.LogoRRRServices
import app.logorrr.services.fileservices.{EmptyFileService, OpenSingleFileService}
import app.logorrr.services.fileservices.OpenSingleFileService
import app.logorrr.services.hostservices.MockHostServices
import app.logorrr.steps.{CanOpenFile, CanStartApplication}

Expand Down

0 comments on commit c15a64b

Please sign in to comment.