From 576660110e291173d537aeb09d58e3631888e3e4 Mon Sep 17 00:00:00 2001 From: Sourcery AI Date: Thu, 24 Feb 2022 04:43:12 +0000 Subject: [PATCH] 'Refactored by Sourcery' --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 12bfd33..1337689 100644 --- a/main.py +++ b/main.py @@ -20,7 +20,7 @@ SAFE_ENV['TOKEN'] = '' DOTFILES = 'dotfiles' STOP_FILE_NAME = '.inlineplzstop' -REVIEWS_IN_PROGRESS = dict() +REVIEWS_IN_PROGRESS = {} @app.errorhandler(Exception)