Merge pull request #21 from soxoj/support-3.6

Fixed python 3.6 support
This commit is contained in:
soxoj
2021-01-11 22:18:55 +03:00
committed by GitHub
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# -*- coding: future_annotations -*-
"""Maigret Sites Information"""
from __future__ import annotations
import copy
import json
import operator