Skip to content

Commit

Permalink
💄format code
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Aug 8, 2024
1 parent eb5f89f commit d47f582
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions faker/providers/company/ro_RO/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ class Provider(CompanyProvider):
"{{last_name}} {{last_name}} {{company_suffix}}",
"{{last_name}}",
)
company_prefixes = (
"S.C.",
"S.S.I.",
"A.D."
)
company_prefixes = ("S.C.", "S.S.I.", "A.D.")
company_suffixes = (
"SRL",
"SA",
Expand Down

0 comments on commit d47f582

Please sign in to comment.