mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
hound fixes 🐕
This commit is contained in:
parent
901e5f5266
commit
b59bb52b6b
2 changed files with 1 additions and 2 deletions
|
|
@ -259,4 +259,4 @@ def load_stylesheet() -> str:
|
|||
"""
|
||||
stylesheet_path = Path(__file__).parent.resolve() / "stylesheet.css"
|
||||
|
||||
return stylesheet_path.read_text()
|
||||
return stylesheet_path.read_text()
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
"""Progress window to show when OpenPype is updating/installing locally."""
|
||||
import os
|
||||
from pathlib import Path
|
||||
from .update_thread import UpdateThread
|
||||
from Qt import QtCore, QtGui, QtWidgets # noqa
|
||||
from .bootstrap_repos import OpenPypeVersion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue