lint
This commit is contained in:
parent
b327227ba5
commit
637b5feb45
26 changed files with 71 additions and 102 deletions
|
@ -1,15 +1,8 @@
|
|||
module Common.Annex (
|
||||
module Common,
|
||||
module Types,
|
||||
module Types.UUID,
|
||||
module Annex,
|
||||
module Locations,
|
||||
module Messages,
|
||||
) where
|
||||
module Common.Annex (module X) where
|
||||
|
||||
import Common
|
||||
import Types
|
||||
import Types.UUID (toUUID, fromUUID)
|
||||
import Annex (gitRepo, inRepo, fromRepo)
|
||||
import Locations
|
||||
import Messages
|
||||
import Common as X
|
||||
import Types as X
|
||||
import Types.UUID as X (toUUID, fromUUID)
|
||||
import Annex as X (gitRepo, inRepo, fromRepo)
|
||||
import Locations as X
|
||||
import Messages as X
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue