Skip to content

Commit 481faaa

Browse files
committed
fix imports
1 parent 646a66c commit 481faaa

File tree

4 files changed

+1
-6
lines changed

4 files changed

+1
-6
lines changed

src/pycookiecheat/chrome.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import sqlite3
1616
import sys
1717
import typing as t
18-
import urllib.error
1918
from pathlib import Path
2019

2120
import keyring
@@ -29,8 +28,8 @@
2928
BrowserType,
3029
Cookie,
3130
deprecation_warning,
32-
get_domain,
3331
generate_host_keys,
32+
get_domain,
3433
write_cookie_file,
3534
)
3635

src/pycookiecheat/firefox.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
import sys
2222
import tempfile
2323
import typing as t
24-
import urllib.error
25-
import urllib.parse
2624
from pathlib import Path
2725

2826
from pycookiecheat.common import (

tests/test_chrome.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
import typing as t
77
from pathlib import Path
88
from tempfile import TemporaryDirectory
9-
from urllib.error import URLError
109
from uuid import uuid4
1110

1211
import pytest

tests/test_firefox.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from textwrap import dedent
1010
from threading import Thread
1111
from unittest.mock import patch
12-
from urllib.error import URLError
1312

1413
import pytest
1514
from playwright.sync_api import sync_playwright

0 commit comments

Comments
 (0)