Skip to content

Commit

Permalink
Fix python formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell committed Dec 5, 2024
1 parent 1d99f6f commit c38fb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/common/code-help/init/init-python.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = (
flagsmith = Flagsmith(\n environment_key="${envId}"${
Constants.isCustomFlagsmithUrl()
? `,\n api_url="${Constants.getFlagsmithSDKUrl()}",\n`
: ','
: ',\n'
})
# The method below triggers a network request
Expand Down

0 comments on commit c38fb60

Please sign in to comment.