diff options
Diffstat (limited to 'src/feature/localquery.nim')
-rw-r--r-- | src/feature/localquery.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/localquery.nim b/src/feature/localquery.nim index 4a21fa9..1d58bdc 100644 --- a/src/feature/localquery.nim +++ b/src/feature/localquery.nim @@ -1,5 +1,5 @@ import - algorithm, future, options, sequtils, sets, strutils, tables, + algorithm, options, sequtils, sets, strutils, sugar, tables, "../args", "../common", "../config", "../format", "../package", "../pacman", "../utils", "../wrapper/alpm" |