Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 28, 2024
1 parent f70e7f1 commit b87435d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions capsul/engine/database.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os.path as osp

class DatabaseEngine:
Expand Down
1 change: 1 addition & 0 deletions capsul/engine/database_populse.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
import os.path as osp

from capsul.engine.database import DatabaseEngine
Expand Down

0 comments on commit b87435d

Please sign in to comment.