Skip to content

Commit

Permalink
Adjust whitespace to satisfy black linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jsf9k committed Aug 1, 2024
1 parent af0e03c commit 80d885b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/admiral/model/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Database models."""

from .cert import Cert
from .domain import Agency, Domain

Expand Down
1 change: 1 addition & 0 deletions src/admiral/model/cert.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Mongo document models for Certificate documents."""

# Standard Python Libraries
from datetime import datetime

Expand Down
1 change: 1 addition & 0 deletions src/admiral/model/domain.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Mongo document models for Domains."""

# Third-Party Libraries
from mongoengine import Document, EmbeddedDocument
from mongoengine.fields import (
Expand Down
1 change: 1 addition & 0 deletions src/admiral/util/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Utility functions."""

from .config import connect_from_config, load_config
from .domains import trim_domains

Expand Down

0 comments on commit 80d885b

Please sign in to comment.