Skip to content

Commit 8586663

Browse files
Fix: Lint
1 parent 9506f86 commit 8586663

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

dir_content_diff/base_comparators.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -665,11 +665,9 @@ def __call__(self, ref_file, comp_file, *args, **kwargs):
665665

666666
kwargs["tempdir"] = new_tempdir
667667

668+
# Update default verbosity
669+
current_default_verbosity = diff_pdf_visually.constants.DEFAULT_VERBOSITY
668670
try:
669-
# Update default verbosity
670-
current_default_verbosity = int(
671-
diff_pdf_visually.constants.DEFAULT_VERBOSITY
672-
)
673671
if "verbosity" not in kwargs: # pragma: no branch
674672
if (
675673
diff_pdf_visually.diff.pdfdiff_pages.__defaults__[1] is None

0 commit comments

Comments
 (0)