From 5aca16e4832d8ca65e5737d43cacfb7547f2f82b Mon Sep 17 00:00:00 2001 From: finswimmer Date: Mon, 14 Sep 2020 20:31:16 +0200 Subject: [PATCH] add utf-8 header --- poetry/console/commands/add.py | 1 + 1 file changed, 1 insertion(+) diff --git a/poetry/console/commands/add.py b/poetry/console/commands/add.py index c60d6bd1db8..3ad77ad686b 100644 --- a/poetry/console/commands/add.py +++ b/poetry/console/commands/add.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- from typing import Dict from typing import List