Skip to content

Commit fe6548e

Browse files
committed
chore: document faker unicity hotfix
1 parent f196c16 commit fe6548e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

canaille/core/populate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ def fake_users(nb=1):
4444
faker_obj = faker.Faker(locales)
4545
users = list()
4646

47+
# kinda hotfix for https://github.com/joke2k/faker/issues/2278
4748
cache = {}
4849
for _ in range(nb):
4950
try:

0 commit comments

Comments
 (0)