From 920803bbac1690dc05783b91ccf33fe4d898caee Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 8 Apr 2021 06:40:09 -0400 Subject: [PATCH] Add flake8 entry to changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bca2515f..d675e0461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,4 +17,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Monkey agents are stored in the configurable data_dir when monkey is "run from the island". #997 - Reformated all code using black. #1070 -- Sort all imports usind isort. #1081 +- Sorted all imports usind isort. #1081 +- Addressed all flake8 issues. #1071