Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aviaviavi committed Dec 30, 2024
1 parent 465b6b8 commit 0b9df28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scarf/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Version information."""
import os
import re
from pathlib import Path


def get_version() -> str:
"""Get version from pyproject.toml."""
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
import re

from setuptools import find_packages, setup

# Read version from pyproject.toml
Expand Down

0 comments on commit 0b9df28

Please sign in to comment.