Skip to content

Commit

Permalink
Remove non existent method from docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
anapaulagomes committed Nov 17, 2019
1 parent c929089 commit 62c0b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_bakery/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def import_from_str(import_string):
"""Import an object defined as import if it is an string.
If `import_string_or_obj` follows the format `path.to.module.object_name`,
If `import_string` follows the format `path.to.module.object_name`,
this method imports it; else it just return the object.
"""
if isinstance(import_string, str):
Expand Down

0 comments on commit 62c0b4b

Please sign in to comment.