Skip to content

Commit 67bdba4

Browse files
committed
improved docstring for BaseMigrationManager.get_migration_modules
1 parent 5486111 commit 67bdba4

File tree

1 file changed

+3
-1
lines changed
  • piccolo/apps/migrations/commands

1 file changed

+3
-1
lines changed

piccolo/apps/migrations/commands/base.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ def get_migration_modules(
3030
self, folder_path: str
3131
) -> t.Dict[str, MigrationModule]:
3232
"""
33-
Import the migration modules and store them in a dictionary.
33+
Imports the migration modules in the given folder path, and returns
34+
a mapping of migration ID to the corresponding migration module.
35+
3436
"""
3537
migration_modules = {}
3638

0 commit comments

Comments
 (0)