Skip to content

Commit 99fe8cc

Browse files
committed
Fixed __all__ -- should fixed pull request test on github
1 parent d49c93b commit 99fe8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/MDAnalysis/web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .downloaders import PdbDownloader
22
from .functions import fetch_pdb
33

4-
__all__ = [fetch_pdb, PdbDownloader]
4+
__all__ = ['fetch_pdb', 'PdbDownloader']
55

66

77

0 commit comments

Comments
 (0)