Skip to content

Commit

Permalink
Cleanup for newer version of black
Browse files Browse the repository at this point in the history
  • Loading branch information
brews committed Feb 6, 2024
1 parent 96919ef commit fa5d319
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 fa5d319

Please sign in to comment.