Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fxgst committed Nov 8, 2023
1 parent aa57e69 commit 3a8fef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pocket_ic/pocket_ic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"""
import base64
import ic
from enum import Enum
from ic.candid import Types
from typing import List, Optional
from pocket_ic.pocket_ic_server import PocketICServer
from enum import Enum


class SubnetKind(Enum):
Expand Down
2 changes: 1 addition & 1 deletion pocket_ic/pocket_ic_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

import os
import time
import requests
from typing import List, Tuple
from tempfile import gettempdir
import requests


HEADERS = {"processing-timeout-ms": "300000"}
Expand Down

0 comments on commit 3a8fef4

Please sign in to comment.