Skip to content

Commit

Permalink
ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed May 23, 2024
1 parent 9d91be3 commit 1222a9b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyavcontrol/library/schema.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Literal, Optional
from typing import Literal

from pydantic import BaseModel, PositiveInt
from serial import (
Expand Down
1 change: 0 additions & 1 deletion pyavcontrol/library/yaml_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import pathlib
from abc import ABC
from concurrent.futures import ThreadPoolExecutor
from typing import List

import yaml

Expand Down
1 change: 0 additions & 1 deletion pyavcontrol/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import logging
import re
from typing import List

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit 1222a9b

Please sign in to comment.