Skip to content

Commit

Permalink
complete
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Dec 27, 2024
1 parent d26d274 commit 0f1ce2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ classifiers = [
dependencies = [
'watchdog == 4.0.1',
'multiprocess == 0.70.14',
'nestd == 0.3.1',
'inquirerpy == 0.3.4',
'rustimport == 1.3.4',
'orjson == 3.9.15',
Expand Down
1 change: 0 additions & 1 deletion robyn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from typing import Callable, List, Optional, Tuple, Union

import multiprocess as mp # type: ignore
from nestd import get_all_nested # type: ignore

from robyn import status_codes
from robyn.argument_parser import Config
Expand Down

0 comments on commit 0f1ce2d

Please sign in to comment.