1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Format all files with black correcting line length

This commit is contained in:
2021-08-15 04:10:18 -05:00
parent 9446f37fad
commit ffe6b7047c
80 changed files with 517 additions and 970 deletions

View File

@@ -10,7 +10,7 @@ from qtlib.table import Table
class IgnoreListTable(Table):
""" Ignore list model"""
"""Ignore list model"""
COLUMNS = [
Column("path1", defaultWidth=230),