Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Mar 3, 2024
1 parent 6884d2c commit a99cedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/funq/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ApplicationConfig(client.ApplicationConfig):
class GlobalOptions(object):

def __init__(self, **kwds):
for k, v in kwds.iteritems():
for k, v in kwds.items():
setattr(self, k, v)


Expand Down

0 comments on commit a99cedb

Please sign in to comment.