Skip to content

Commit

Permalink
style(ruff): fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
soehlert committed Dec 26, 2024
1 parent 98363ac commit 1233449
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""The fastAPI project for TuneBox"""
"""The fastAPI project for TuneBox."""

__author__ = "Sam Oehlert"
__version__ = "0.5.0"
Expand Down
1 change: 1 addition & 0 deletions backend/services/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Make our services into modules."""
2 changes: 2 additions & 0 deletions backend/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""Set up reusable components for pytest."""

from unittest.mock import MagicMock

import pytest
Expand Down

0 comments on commit 1233449

Please sign in to comment.