Skip to content

Commit a38b890

Browse files
committed
fix some lint issues
1 parent 89ce349 commit a38b890

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

advection_fv4/problems/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
__all__ = ['smooth', 'tophat']
1+
__all__ = ['smooth']
2+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__all__ = ['smooth', 'tophat', 'test', 'slotted']
1+
__all__ = ['test', 'slotted']

multigrid/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
2525
"""
2626

27-
__all__ = ['MG', 'variable_coeff_MG', 'general_MG', 'edge_coeffs.py']
27+
__all__ = ['MG', 'variable_coeff_MG', 'general_MG', 'edge_coeffs']

0 commit comments

Comments
 (0)