Skip to content

Commit

Permalink
specify return type in Autodata
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Oct 18, 2024
1 parent b20ea63 commit 61ea572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autofaker/autodata.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Autodata:
"""

@staticmethod
def create(t, use_fake_data: bool = False):
def create(t, use_fake_data: bool = False) -> typing.Any:
"""
Creates an anonymous variable of the requested type
Expand Down

0 comments on commit 61ea572

Please sign in to comment.