mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-10-31 22:05:58 +00:00
Andrew Senetar
7ba8aa3514
- Format all files with black - Update tox.ini flake8 arguments to be compatible - Add black to requirements-extra.txt - Reduce ignored flake8 rules and fix a few violations
13 lines
165 B
Python
13 lines
165 B
Python
from . import ( # noqa
|
|
block,
|
|
cache,
|
|
exif,
|
|
iphoto_plist,
|
|
matchblock,
|
|
matchexif,
|
|
photo,
|
|
prioritize,
|
|
result_table,
|
|
scanner,
|
|
)
|