We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
blurb._blurb_file
1 parent 2bb192d commit 7839fbbCopy full SHA for 7839fbb
2 files changed
src/blurb/_blurb_file.py
@@ -1,5 +1,3 @@
1
-from __future__ import annotations
2
-
3
"""
4
5
The format of a blurb file:
@@ -79,6 +77,8 @@
79
77
80
78
81
+from __future__ import annotations
+
82
import os
83
import re
84
tests/test_blurb.py
@@ -150,5 +150,3 @@ def test_glob_blurbs_sort_order(fs):
150
151
# Assert
152
assert filenames == expected
153
154
0 commit comments