Skip to content

Commit

Permalink
run black
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger-luo committed May 30, 2024
1 parent 1fd8414 commit aada63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bloqade/builder/parse/trait.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def n_atoms(self: "Builder") -> int:
If the register is of type ParallelRegister, the number of atoms is extracted from its internal register.
Example:
```python
>>> class MyBuilder(Parse):
... pass
Expand Down

0 comments on commit aada63a

Please sign in to comment.