mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 20:21:51 -07:00
Remove redundant imports
This commit is contained in:
@@ -24,8 +24,6 @@ module XMonad.Actions.CycleWS (
|
||||
toggleWS,
|
||||
) where
|
||||
|
||||
import Control.Monad.Reader ( asks )
|
||||
import Control.Monad.State ( gets )
|
||||
import Data.List ( sortBy, findIndex )
|
||||
import Data.Maybe ( fromMaybe )
|
||||
import Data.Ord ( comparing )
|
||||
|
Reference in New Issue
Block a user