Skip to content

Commit ffe4416

Browse files
[pre-commit.ci lite] apply automatic fixes for ruff linting errors
1 parent 1163cc5 commit ffe4416

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sasdata/quantities/_units_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
import re
12
from collections.abc import Sequence
23
from dataclasses import dataclass
34
from fractions import Fraction
45
from typing import Self
5-
import re
66

77
import numpy as np
88
from unicode_superscript import int_as_unicode_superscript

sasdata/quantities/units.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@
8282
# Included from _units_base.py
8383
#
8484

85+
import re
8586
from collections.abc import Sequence
8687
from dataclasses import dataclass
8788
from fractions import Fraction
8889
from typing import Self
89-
import re
9090

9191
import numpy as np
9292

0 commit comments

Comments
 (0)