Skip to content

Commit 7839fbb

Browse files
committed
fixup! Move blurb file utilities to blurb._blurb_file
1 parent 2bb192d commit 7839fbb

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/blurb/_blurb_file.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import annotations
2-
31
"""
42
53
The format of a blurb file:
@@ -79,6 +77,8 @@
7977
8078
"""
8179

80+
from __future__ import annotations
81+
8282
import os
8383
import re
8484

tests/test_blurb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,3 @@ def test_glob_blurbs_sort_order(fs):
150150

151151
# Assert
152152
assert filenames == expected
153-
154-

0 commit comments

Comments
 (0)