Commit b699e21
committed
Use a byte-string literal in the genetic-code test (fix CI clippy)
The current stable clippy flags `[b'A', b'T', b'C', b'G']` with the
byte-str lint (can be written as `b"ATCG"`); under CI's -D warnings this
failed the clippy gate. Switch to the byte-string literal; no behaviour
change.1 parent f68ff6e commit b699e21
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments