Skip to content

Commit 5b29cd9

Browse files
authored
(fix): Missing Import statement
Closes #122 Regression was introduced in 7c6d903
1 parent 92ed23d commit 5b29cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/types/business/successful_payment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from typing import Union
2121

2222
import pyrogram
23-
from pyrogram import raw, types
23+
from pyrogram import raw, types, utils
2424

2525
from ..object import Object
2626

0 commit comments

Comments
 (0)