Skip to content

Commit

Permalink
Format with black
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-the1 committed Mar 23, 2024
1 parent 2561dcc commit 9e66ff1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/diepvries/field.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Module for a Data Vault field."""

from typing import Optional

from . import (
Expand Down
1 change: 1 addition & 0 deletions test/test_driving_key_field.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Unit test for DrivingKeyField."""

import pytest

from diepvries.driving_key_field import DrivingKeyField
Expand Down
1 change: 1 addition & 0 deletions test/test_link.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Unit test for Link."""

from pathlib import Path

from diepvries import FieldRole
Expand Down
1 change: 1 addition & 0 deletions test/test_satellite.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Unit test for Satellite."""

from pathlib import Path

from diepvries import FieldRole
Expand Down

0 comments on commit 9e66ff1

Please sign in to comment.