Skip to content

Commit fb9f15a

Browse files
committed
formatting
1 parent d403597 commit fb9f15a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/ffmpegio/_utils.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
from __future__ import annotations
44

5-
from typing import Any, Sequence
6-
from ._typing import DTypeString, ShapeTuple
7-
5+
import re
6+
import urllib.parse
87
from io import IOBase
98
from pathlib import Path
9+
from typing import Any, Sequence
10+
1011
from namedpipe import NPopen
11-
import urllib.parse
1212

13-
import re
13+
from ._typing import DTypeString, ShapeTuple
1414

1515
try:
1616
from math import prod
@@ -109,8 +109,8 @@ def get_samplesize(shape: ShapeTuple, dtype: DTypeString) -> int:
109109

110110

111111
def deprecate_core():
112-
from importlib import metadata
113112
import warnings
113+
from importlib import metadata
114114

115115
try:
116116
metadata.version("ffmpegio-core")

0 commit comments

Comments
 (0)