Skip to content

Commit

Permalink
Rename routing file
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas committed Mar 16, 2024
1 parent a39e930 commit 4763ac0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from PIL import Image
from src.digitizer import Digitizer
from src.route_converters import IdentifierConverter
from src.routing import IdentifierConverter
from io import BytesIO
from flask import Flask, request
import json
Expand Down
File renamed without changes.

0 comments on commit 4763ac0

Please sign in to comment.