Skip to content
Extraits de code Groupes Projets
Valider 508c6dd2 rédigé par François De Keersmaeker's avatar François De Keersmaeker
Parcourir les fichiers

Removed unused statements

parent 61322246
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -3,13 +3,11 @@ PyYAML loader which supports inclusion of external members. ...@@ -3,13 +3,11 @@ PyYAML loader which supports inclusion of external members.
Adapted from https://gist.github.com/joshbode/569627ced3076931b02f. Adapted from https://gist.github.com/joshbode/569627ced3076931b02f.
""" """
import sys
import os import os
import yaml import yaml
import collections.abc import collections.abc
# Import IgnoreLoader # Import IgnoreLoader
sys.path.append(os.path.abspath(os.path.dirname(__file__)))
from IgnoreLoader import IgnoreLoader from IgnoreLoader import IgnoreLoader
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter