Skip to content

Commit ee7bc0d

Browse files
committed
Aws.S3.Commands.GetService: Kill redundant import
1 parent e85bd00 commit ee7bc0d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Aws/S3/Commands/GetService.hs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ import Aws.Core
66
import Aws.S3.Core
77
import Data.Maybe
88
import Data.Time.Format
9-
#if MIN_VERSION_time(1,5,0)
10-
import Data.Time.Format
11-
#else
9+
#if !MIN_VERSION_time(1,5,0)
1210
import System.Locale
1311
#endif
1412
import Text.XML.Cursor (($/), ($//), (&|))
@@ -60,4 +58,4 @@ instance Transaction GetService GetServiceResponse
6058

6159
instance AsMemoryResponse GetServiceResponse where
6260
type MemoryResponse GetServiceResponse = GetServiceResponse
63-
loadToMemory = return
61+
loadToMemory = return

0 commit comments

Comments
 (0)