Skip to content

Commit 8d710d2

Browse files
committed
Fixed a remaining typo in logout.
1 parent f609b9f commit 8d710d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

astroquery/cosmosim/core.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def logout(self,deletepw=False):
115115
print("Password for {} was never stored in the keychain.".format(self.username))
116116

117117
del self.session
118-
del self._BaseQuery__session
119118
del self.username
120119
del self.password
121120
else:

0 commit comments

Comments
 (0)