Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Remove unnecessary imports #34
Browse files Browse the repository at this point in the history
  • Loading branch information
tdauth authored and rebazer committed May 21, 2019
1 parent c9e64d5 commit cac3b71
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ package de.retest.guistatemachine.api.impl.serialization
import java.io.File

import de.retest.guistatemachine.api.impl.GuiStateMachineImpl
import de.retest.guistatemachine.api.{AbstractApiSpec, ActionIdentifier, GuiStateMachineSerializer, SutStateIdentifier}
import de.retest.surili.commons.actions.NavigateToAction
import de.retest.guistatemachine.api.{AbstractApiSpec, GuiStateMachineSerializer, SutStateIdentifier}
import org.scalatest.BeforeAndAfterEach

class GuiStateMachineJavaObjectStreamSerializerSpec extends AbstractApiSpec with BeforeAndAfterEach {
Expand Down

0 comments on commit cac3b71

Please sign in to comment.