Skip to content

Commit

Permalink
Remove duplicated function
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillies authored Nov 14, 2024
1 parent dcb4165 commit fb164dc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/tiledb/cloud/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,6 @@
_config = configuration.Configuration()


def __getattr__(name):
global logged_in
if name == "config":
if not logged_in:
logged_in = load_configuration(default_config_file)
return _config
else:
raise AttributeError


def __getattr__(name):
global logged_in
if name == "config":
Expand Down

0 comments on commit fb164dc

Please sign in to comment.