Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 1, 2024
1 parent 68516ec commit 4b6fae5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
X-Ray Tests
"""

import os
import unittest
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions tools/layout-analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
not displayed, but their locations are indicated by empty rectangles with
some meta information.
"""

import sys
import time

Expand Down
1 change: 1 addition & 0 deletions xray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Find bad redactions.
"""

import sys
from pathlib import Path
from typing import Union
Expand Down
1 change: 1 addition & 0 deletions xray/pdf_utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
Utilities for working with PDFs and redactions
"""

import re
import typing
from typing import List
Expand Down
1 change: 1 addition & 0 deletions xray/text_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Tools for working with text strings"""

import re
from typing import List

Expand Down

0 comments on commit 4b6fae5

Please sign in to comment.