Skip to content

Commit

Permalink
Update import formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
leorudczenko committed Aug 21, 2023
1 parent 412c03f commit 11b5717
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion tactool/window.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
from textwrap import dedent
from typing import (
Callable,
Expand Down
1 change: 1 addition & 0 deletions test/test_import_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import pytest
from PyQt5.QtGui import QPixmap

from tactool.main import TACtool
from tactool.analysis_point import (
AnalysisPoint,
Expand Down
5 changes: 2 additions & 3 deletions test/test_transformation.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
"""
Tests for functions in the transformation module
"""
import pytest

import numpy as np

from csv import DictReader
from pathlib import Path

import pytest

from tactool.main import TACtool
from tactool.recoordinate_dialog import (
affine_transform_point,
Expand Down

0 comments on commit 11b5717

Please sign in to comment.