Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paulovcmedeiros committed Nov 10, 2023
1 parent 334bdd1 commit b1eaf7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrobbot/app/app_page_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import uuid
from abc import ABC, abstractmethod
from json.decoder import JSONDecodeError
from loguru import logger

import streamlit as st
from loguru import logger
from PIL import Image

from pyrobbot import GeneralConstants
Expand Down

0 comments on commit b1eaf7e

Please sign in to comment.