Skip to content

Commit

Permalink
Update __init__.py to solve lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
PaoloBonettiPolimi authored Oct 8, 2024
1 parent b23a322 commit fc3036d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shearwater/processes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# from .wps_say_hello import SayHello
from .wps_cyclone import Cyclone
# from .wps_say_hello import SayHello

processes = [
# SayHello(),
# SayHello(),
Cyclone(),
]

0 comments on commit fc3036d

Please sign in to comment.