1
0
mirror of https://github.com/zedeus/nitter.git synced 2026-01-24 20:32:49 -05:00

Add missing import to search.nim

This commit is contained in:
Zed
2019-07-11 00:49:09 +02:00
parent ab36664ad2
commit 1f90e2ab3e

View File

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