Skip to content

Commit 1842ac3

Browse files
committed
styles(black): Run black on _queue.py
1 parent 5a27502 commit 1842ac3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sentry_sdk/_queue.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,13 @@
8686

8787
class EmptyError(Exception):
8888
"Exception raised by Queue.get(block=0)/get_nowait()."
89+
8990
pass
9091

9192

9293
class FullError(Exception):
9394
"Exception raised by Queue.put(block=0)/put_nowait()."
95+
9496
pass
9597

9698

0 commit comments

Comments
 (0)