Skip to content

Commit

Permalink
unused imports and old version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjezek001 committed Oct 30, 2023
1 parent 673f661 commit 3c92517
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import json
from pprint import pformat
import socket
from typing import Optional, Type, Any
from typing import Type, Any

import requests
from nxtools import logging
Expand All @@ -12,8 +12,6 @@
from ayon_server.config import ayonconfig
from ayon_server.events import dispatch_event
from ayon_server.lib.postgres import Postgres
from ayon_server.types import OPModel
from tomlkit import item

from .common import constants
from .settings import SyncsketchSettings, DEFAULT_VALUES
Expand Down
2 changes: 1 addition & 1 deletion service/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: ayon-syncsketch-services
services:
processor:
container_name: processor
image: ynput/ayon-syncsketch-processor:0.1.0
image: ynput/ayon-syncsketch-processor:0.1.1
restart: unless-stopped
env_file: .env
1 change: 0 additions & 1 deletion service/processor/__main__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import sys
import os

from .processor import SyncSketchProcessor

Expand Down

0 comments on commit 3c92517

Please sign in to comment.