Skip to content

Commit dcab50e

Browse files
committed
reform for 'Lint and Format / lint-format'
1 parent ebc77f4 commit dcab50e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/apps/pages/models/ImageProcessing/ArabicDatesClassifierModel.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import io
2+
import numpy as np
3+
from PIL import Image
14
import streamlit as st
25
import torch
36
import torch.nn as nn
47
from torchvision import models, transforms
5-
from PIL import Image
6-
import io
7-
import numpy as np
88

99

1010
# PAGE CONFIG

0 commit comments

Comments
 (0)