We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d49c93b commit 99fe8ccCopy full SHA for 99fe8cc
package/MDAnalysis/web/__init__.py
@@ -1,7 +1,7 @@
1
from .downloaders import PdbDownloader
2
from .functions import fetch_pdb
3
4
-__all__ = [fetch_pdb, PdbDownloader]
+__all__ = ['fetch_pdb', 'PdbDownloader']
5
6
7
0 commit comments