From a4c394cdf41f3875d8495533ee7aac58a5016e50 Mon Sep 17 00:00:00 2001 From: Scoder12 <34356756+Scoder12@users.noreply.github.com> Date: Tue, 28 Jul 2020 12:06:15 -0700 Subject: [PATCH] Fix typo in maqpy path --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index ff0d300..381129b 100644 --- a/.flake8 +++ b/.flake8 @@ -3,7 +3,7 @@ select = ANN,B,B9,BLK,C,D,DAR,E,F,I,S,W ignore = E203,W503,ANN101,ANN102,S322,ANN206 per-file-ignores = src/replit/__init__.py:F401 - src/replit/maqpi/__init__.py:F401 + src/replit/maqpy/__init__.py:F401 examples/**.py:D103 max-line-length = 88 application-import-names = vidgen,tests