Skip to content

Commit f1eb928

Browse files
committedOct 1, 2024··
chore: new items
1 parent 75d3bf9 commit f1eb928

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
 

‎.pylintrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[main]
2+
disable=R,C,W0102,W0221,W0223,W0613,W0718,W1203,E1135,E1136

‎src/weby_pilot/big.py

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# -*- coding: utf-8 -*-
33

44
from os import environ
5-
from typing import Tuple
65

76
from .base import WebyAPI
87

‎src/weby_pilot/bpi.py

-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22
# -*- coding: utf-8 -*-
33

44
from enum import Enum
5-
from time import sleep
65
from os import environ
76
from os.path import basename
87
from datetime import datetime
98
from typing import IO, Literal, Sequence, cast
109
from selenium.webdriver.common.by import By
1110
from selenium.webdriver.common.keys import Keys
12-
from selenium.webdriver.support.ui import Select
1311

1412
from .base import WebyAPI
1513
from .common import FileType

0 commit comments

Comments
 (0)
Please sign in to comment.