Skip to content

Commit

Permalink
delete renpyspec and import renpy
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePotatoGuy committed Feb 25, 2024
1 parent 932ac02 commit 5f8d897
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

import renpy as Renpy

from .masimport import MASImport
from ..renpyspec import Renpy


class MASImport_certifi(MASImport):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

from typing import Dict

from .. renpyspec import Renpy
import renpy as Renpy

_imports: Dict[str, 'MASImport'] = {}
# key: module name
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5f8d897

Please sign in to comment.