Skip to content

Commit

Permalink
Remove say hello process
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Mar 25, 2024
1 parent 1752479 commit 755dc4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 49 deletions.
4 changes: 2 additions & 2 deletions hawk/processes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .wps_say_hello import SayHello
from .wps_causal import Causal

processes = [
SayHello(),
Causal(),
]
47 changes: 0 additions & 47 deletions hawk/processes/wps_say_hello.py

This file was deleted.

0 comments on commit 755dc4a

Please sign in to comment.