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
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent dd93c81 commit 6746c5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
PyScaffold helps you to put up the scaffold of your new Python project.
Learn more under: https://pyscaffold.org/
"""

from setuptools import setup

if __name__ == "__main__":
Expand Down
1 change: 1 addition & 0 deletions src/aidapp/coordinates.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Coordinates module."""

from numpy import absolute, array, column_stack, linspace, polyfit
from shapely.geometry.linestring import LineString

Expand Down
1 change: 1 addition & 0 deletions tests/test_main_aidapp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the core functionality of AIDApp."""

import sys
from collections import namedtuple

Expand Down

0 comments on commit 6746c5e

Please sign in to comment.