From 5f3db3a36610366e12ba14cd688d3d259917f33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matth=C3=A4us=20G=2E=20Chajdas?= Date: Sun, 14 Feb 2021 14:42:49 +0100 Subject: Fix various issues found by make check. --- pygments/styles/material.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pygments/styles/material.py') diff --git a/pygments/styles/material.py b/pygments/styles/material.py index c8fec164..c7012fe5 100644 --- a/pygments/styles/material.py +++ b/pygments/styles/material.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- """ pygments.styles.material ~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.1