diff options
| author | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-11-11 14:59:41 +0100 |
|---|---|---|
| committer | Philipp Tanlak <philipp.tanlak@gmail.com> | 2023-11-11 14:59:41 +0100 |
| commit | 36374b85df94bdd82f506477fefe345a24137df3 (patch) | |
| tree | 72d52daf458b69cff844b8231f3539693370d453 /examples/hackernews_login.js | |
| parent | d2090061c13aff4647999b1d8725f774c9fe599b (diff) | |
Remove unused import from example
Diffstat (limited to 'examples/hackernews_login.js')
| -rw-r--r-- | examples/hackernews_login.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/hackernews_login.js b/examples/hackernews_login.js index aea9442..486b736 100644 --- a/examples/hackernews_login.js +++ b/examples/hackernews_login.js @@ -1,4 +1,3 @@ -import { parse } from "flyscrape" import http from "flyscrape/http" export const config = { |