Skip to content

Commit

Permalink
added: import collections
Browse files Browse the repository at this point in the history
collections.Callable = collections.abc.Callable
  • Loading branch information
vinraspa committed Jun 13, 2022
1 parent e87addf commit 33475df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vacances_scolaires_france/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import os
import datetime
import requests
import collections
collections.Callable = collections.abc.Callable


class UnsupportedYearException(Exception):
Expand Down

0 comments on commit 33475df

Please sign in to comment.