Skip to content

Commit

Permalink
reorg imports
Browse files Browse the repository at this point in the history
A simple change that increases pylint score  and forces a new run of tests
  • Loading branch information
ModernMAK committed Oct 19, 2023
1 parent 16f1cef commit 626ca03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/relic/sga/v2/serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
_get_or_write_name,
_write_data,
)
from serialization_tools.structx import Struct

from relic.sga.v2.definitions import version
from serialization_tools.structx import Struct


class FileDefSerializer(StreamSerializer[FileDef]):
Expand Down
3 changes: 1 addition & 2 deletions tests/issues/test_issue_40.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
https://github.com/MAK-Relic-Tool/Issue-Tracker/issues/40
"""
import io
import os.path
from contextlib import redirect_stderr
from pathlib import Path
from typing import Iterable
from contextlib import redirect_stderr

import pytest

Expand Down

0 comments on commit 626ca03

Please sign in to comment.