From 72c57604790bc11fbc5d38cb73b7dc7ea47e37ff Mon Sep 17 00:00:00 2001 From: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Date: Sun, 1 Jan 2023 07:14:49 +0000 Subject: [PATCH] Format Python code with psf/black push --- models/openai_model.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/models/openai_model.py b/models/openai_model.py index e8f83fe..4813add 100644 --- a/models/openai_model.py +++ b/models/openai_model.py @@ -503,12 +503,6 @@ class Model: ) x_offset += transparent.size[0] - - - - - - x_offset = 0 y_offset += transparent.size[1]