Skip to content

Commit

Permalink
fix format for newer version of black
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpdx committed Jan 26, 2024
1 parent 05a21e5 commit 10ef294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions olaf/_internals/resources/system.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Resource for the system."""

from time import monotonic, time

import psutil
Expand Down
1 change: 1 addition & 0 deletions tests/common/test_resources.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the Resource class."""

import unittest

from oresat_configs import OreSatConfig, OreSatId
Expand Down
1 change: 1 addition & 0 deletions tests/internals/test_rest_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Test the REST API."""

import unittest

from olaf import app, olaf_setup, rest_api
Expand Down

0 comments on commit 10ef294

Please sign in to comment.