Add missing import to search.nim

This commit is contained in:
Zed 2019-07-11 00:49:09 +02:00
parent ab36664ad2
commit 1f90e2ab3e
1 changed files with 1 additions and 1 deletions

View File

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