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 15, 2024
1 parent f5cf70a commit 2d5ca5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/markus_exam_matcher/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
===============================
Environment for top-level code (entry point into package).
"""

import sys
from argparse import ArgumentParser

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
This module defines pipelines that can be used to transform images
into a certain form.
"""

from .image_transformations import (
ImageTransform,
get_lines,
Expand Down

0 comments on commit 2d5ca5c

Please sign in to comment.