Skip to content
This repository was archived by the owner on Apr 11, 2022. It is now read-only.

Commit bcf70b5

Browse files
author
PyBash
committed
2 parents e89a460 + 8cb022a commit bcf70b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
python -m pip install flake8 playsound mypy enrocrypt py-expression-eval
25+
python -m pip install flake8 playsound mypy enrocrypt py_expression_eval
2626
- name: Lint with flake8
2727
run: |
2828
flake8 py_everything/ --count --select=E9,F63,F7,F82 --show-source --statistics

py_everything/maths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from typing import Union, List, Dict
2-
from py_expression_eval import Parser
2+
from py_expression_eval import Parser # type: ignore
33
import math
44
from . import error
55

0 commit comments

Comments
 (0)