Skip to content

Commit

Permalink
Merge pull request #249 from brews/black_cleanup
Browse files Browse the repository at this point in the history
Minor format cleanup for newer version of black
  • Loading branch information
brews authored Feb 6, 2024
2 parents 96919ef + fa5d319 commit db19081
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion dodola/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
Math stuff and business logic goes here. This is the "business logic".
"""


import warnings
import logging
import numpy as np
Expand Down
1 change: 1 addition & 0 deletions dodola/services.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Used by the CLI or any UI to deliver services to our lovely users
"""

from functools import wraps
import json
import logging
Expand Down

0 comments on commit db19081

Please sign in to comment.