Skip to content

Commit 38701fb

Browse files
tbitcsoz-agent
andcommitted
style: ruff format importer.py (blank line after import in try block)
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 771403b commit 38701fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/specsmith/importer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -952,6 +952,7 @@ def generate_import_config(result: DetectionResult) -> ProjectConfig:
952952
# never fires unnecessarily on first use.
953953
try:
954954
from specsmith import __version__ as _installed_ver
955+
955956
spec_version = _installed_ver
956957
except Exception: # noqa: BLE001
957958
spec_version = "0.3.0" # safe fallback

0 commit comments

Comments
 (0)