Explorar o código

Add missing import to search.nim

Zed %!s(int64=7) %!d(string=hai) anos
pai
achega
1f90e2ab3e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/search.nim

+ 1 - 1
src/search.nim

@@ -1,4 +1,4 @@
-import asyncdispatch, strutils, strformat, uri, tables
+import asyncdispatch, strutils, strformat, sequtils, uri, tables
 
 import types