Skip to content

Commit

Permalink
Removed deprecated optional argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
puentesarrin committed May 21, 2014
1 parent 919ad3a commit 27a30f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncflux/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def get_databases(self):
raise gen.Return(databases)

@asyncflux_coroutine
def get_database_names(self, database_class=unicode):
def get_database_names(self):
databases = yield self._fetch('/db')
raise gen.Return([db['name'] for db in databases])

Expand Down

0 comments on commit 27a30f2

Please sign in to comment.