Skip to content

Commit

Permalink
Merge pull request #317 from The-4th-Hokage/deepsource-transform-67fe…
Browse files Browse the repository at this point in the history
…4354

Format code with black, yapf, autopep8 and isort
  • Loading branch information
Dhruvacube authored Nov 18, 2021
2 parents 4c0fbdd + 2e172dd commit ca41d38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion minato_namikaze/bot_files/lib/database/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .functions import *
from .models import *
from .models import *
3 changes: 2 additions & 1 deletion minato_namikaze/bot_files/lib/database/connection.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from mongoengine import connect
connect('project1')

connect("project1")

0 comments on commit ca41d38

Please sign in to comment.