Skip to content

Commit

Permalink
fixed indentation error in db_migrator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadUmarAsad committed Jun 16, 2023
1 parent 7177585 commit 2672a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/db_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ def version_4_0_3(self):
self.set_version('version_4_0_4')
return 'version_4_0_4'

def version_4_0_4(self):
def version_4_0_4(self):
"""
Version 4_0_4.
This is the latest version for master branch
Expand Down

0 comments on commit 2672a99

Please sign in to comment.