diff --git a/src/search.nim b/src/search.nim index 89109e0..216fbe3 100644 --- a/src/search.nim +++ b/src/search.nim @@ -1,4 +1,4 @@ -import asyncdispatch, strutils, strformat, uri, tables +import asyncdispatch, strutils, strformat, sequtils, uri, tables import types