Skip to content

Commit

Permalink
pyupgrade 3.10 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed Dec 17, 2024
1 parent 15d6b37 commit 8b74660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mdio/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from __future__ import annotations

import importlib
from collections.abc import Callable
from importlib import metadata
from pathlib import Path
from typing import Callable

import click

Expand Down
2 changes: 1 addition & 1 deletion src/mdio/core/serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import json
from abc import ABC
from abc import abstractmethod
from collections.abc import Callable
from inspect import Signature
from typing import Callable

import yaml

Expand Down

0 comments on commit 8b74660

Please sign in to comment.