Prechádzať zdrojové kódy

Add missing import to search.nim

Zed 7 rokov pred
rodič
commit
1f90e2ab3e
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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