File tree Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Expand file tree Collapse file tree 4 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 15
15
import sqlite3
16
16
import sys
17
17
import typing as t
18
- import urllib .error
19
18
from pathlib import Path
20
19
21
20
import keyring
29
28
BrowserType ,
30
29
Cookie ,
31
30
deprecation_warning ,
32
- get_domain ,
33
31
generate_host_keys ,
32
+ get_domain ,
34
33
write_cookie_file ,
35
34
)
36
35
Original file line number Diff line number Diff line change 21
21
import sys
22
22
import tempfile
23
23
import typing as t
24
- import urllib .error
25
- import urllib .parse
26
24
from pathlib import Path
27
25
28
26
from pycookiecheat .common import (
Original file line number Diff line number Diff line change 6
6
import typing as t
7
7
from pathlib import Path
8
8
from tempfile import TemporaryDirectory
9
- from urllib .error import URLError
10
9
from uuid import uuid4
11
10
12
11
import pytest
Original file line number Diff line number Diff line change 9
9
from textwrap import dedent
10
10
from threading import Thread
11
11
from unittest .mock import patch
12
- from urllib .error import URLError
13
12
14
13
import pytest
15
14
from playwright .sync_api import sync_playwright
You can’t perform that action at this time.
0 commit comments