Skip to content

Commit

Permalink
Fix one more warning hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Feb 12, 2025
1 parent 330328b commit f9d156a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import Control.Monad.IO.Unlift
import Control.Monad.Logger
import Control.Monad.Reader
import Data.String.Interpolate
import System.FilePath
import System.Process
import Test.Sandwich
import Test.Sandwich.WebDriver.Internal.Binaries.Ffmpeg
Expand All @@ -29,6 +28,7 @@ getMacScreenNumber = return $ Just 0 -- TODO
import Data.Function ((&), on)
import qualified Data.List as L
import Data.Maybe
import System.FilePath ((<.>))
import UnliftIO.Environment
#endif

Expand Down

0 comments on commit f9d156a

Please sign in to comment.