Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Dec 17, 2024
1 parent d0eb05f commit 4bc4f1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ lint.ignore = [
"RUF012",
"RUF005",
"PGH004",
"RUF100"
"RUF100",
"RUF022"
]

[tool.tox]
Expand Down
2 changes: 1 addition & 1 deletion rummage/lib/gui/controls/time_picker.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Time Picker."""
from wx.adv import TimePickerCtrl
from wx.adv import TimePickerCtrl # noqa: F401
1 change: 0 additions & 1 deletion rummage/lib/gui/dialogs/rummage_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
"""
import platform
import wx
import wx.adv
import threading
Expand Down

0 comments on commit 4bc4f1b

Please sign in to comment.