Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
dungeon-master-666 committed Jul 17, 2022
1 parent 696ddf5 commit ba3309b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ton-http-api/pyTON/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
from pyTON.cache import CacheManager, DisabledCacheManager
from pyTON.settings import TonlibSettings

from pytonlib import TonlibError

from typing import Optional, Dict, Any
from dataclasses import dataclass
from datetime import datetime
Expand Down

0 comments on commit ba3309b

Please sign in to comment.