Skip to content

Commit

Permalink
Fix status in ADR 0001
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHeybrock authored Apr 15, 2024
1 parent de59da7 commit 1fd2848
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ADR 0001: Remove isinstance checks when setting parameters

- Status: proposed
- Status: accepted
- Deciders: Jan-Lukas, Neil, Simon
- Date: 2024-04-15

Expand Down Expand Up @@ -67,4 +67,4 @@ This example illustrates that a clearer and more specific expression of intent c

### Negative

- `sciline.Pipeline` will support duck-typing for parameters, in a way that cannot be checked with `mypy`.
- `sciline.Pipeline` will support duck-typing for parameters, in a way that cannot be checked with `mypy`.

0 comments on commit 1fd2848

Please sign in to comment.