diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-11-29 04:17:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-28 21:17:50 +0100 |
commit | f31dc63169b685320a8d06dc8f1b9eb5930b2a87 (patch) | |
tree | 79116f3de93d2bded2190ea48f188f13a2c04b14 /tests/effects | |
parent | dd57410afe0eec3140b26493844cc76c586dfcfd (diff) | |
download | Nim-f31dc63169b685320a8d06dc8f1b9eb5930b2a87.tar.gz |
move `asyncftpclient` to nimble packages (#20952)
Diffstat (limited to 'tests/effects')
-rw-r--r-- | tests/effects/tstrict_funcs_imports.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/effects/tstrict_funcs_imports.nim b/tests/effects/tstrict_funcs_imports.nim index eb83bb69b..ba6dde2fe 100644 --- a/tests/effects/tstrict_funcs_imports.nim +++ b/tests/effects/tstrict_funcs_imports.nim @@ -20,7 +20,6 @@ import algorithm, asyncdispatch, asyncfile, - asyncftpclient, asyncfutures, asynchttpserver, asyncmacro, |