Skip to content

Commit

Permalink
Imports fixed (v1.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimNekk committed Jul 22, 2022
1 parent c5e9012 commit 1c8aa33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions gigapixel/gigapixel.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
import os
from enum import Enum
from typing import Optional

from pywinauto import ElementNotFoundError

from log import log, Level
from pathlib import Path

from .logging import log, Level
from .exceptions import NotFile, FileAlreadyExists, ElementNotFound

from pywinauto import ElementNotFoundError
import clipboard
from loguru import logger
from pywinauto.application import Application, ProcessNotFoundError
from pywinauto.keyboard import send_keys

from exceptions import NotFile, FileAlreadyExists, ElementNotFound


class Scale(Enum):
X05 = "0.5x"
Expand Down
File renamed without changes.

0 comments on commit 1c8aa33

Please sign in to comment.