remove unused import

This commit is contained in:
Valentine 2024-08-01 17:41:30 +03:00
parent f86a0ea59d
commit 270637d27b

View file

@ -2,8 +2,6 @@ package twitterscraper_test
import ( import (
"testing" "testing"
twitterscraper "github.com/imperatrona/twitter-scraper"
) )
func TestGetReplies(t *testing.T) { func TestGetReplies(t *testing.T) {