mirror of
https://mau.dev/maunium/synapse.git
synced 2025-01-05 21:54:02 +01:00
import Image as PIL.Image.
This commit is contained in:
parent
e5275d856e
commit
2d265ef3bd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
import Image
|
import PIL.Image as Image
|
||||||
from io import BytesIO
|
from io import BytesIO
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue