This repository has been archived by the owner on May 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 173
Default argument value is mutable #332
Comments
I wonder if the function itself can be removed all together. I also noticed that comments in this file ( |
mandarvaze
added a commit
to mandarvaze/sdispater-orator
that referenced
this issue
Nov 11, 2019
mandarvaze
added a commit
to MasoniteFramework/orator
that referenced
this issue
Nov 15, 2019
I will close this issue, thanks |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
File: orator/utils/url.py
def translate_connect_args(self, names=[], **kw):
as function translate_connect_args defined in line 134, has a potential problem, which IDEs will complain with
Default argument value is mutable
.The text was updated successfully, but these errors were encountered: