Commit 01fc5dbe761d8df4ac129bd38ef6ae6b22984875

Authored by Lucas Kanashiro
1 parent 6ad179f7

Fixed code style for GitlabGroupImporter

Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
colab/plugins/gitlab/data_importer.py
... ... @@ -150,7 +150,8 @@ class GitlabProjectImporter(GitlabDataImporter):
150 150 datum.save()
151 151  
152 152  
153   -class GitlabGroupImport(GitlabDataImporter):
  153 +class GitlabGroupImporter(GitlabDataImporter):
  154 +
154 155 def fetch_data(self):
155 156 LOGGER.info("Importing Group")
156 157 groups_list = self.fetch_groups()
... ...