Skip to content

Commit

Permalink
Revert "Update ubipop/__init__.py"
Browse files Browse the repository at this point in the history
This reverts commit 5239083.
  • Loading branch information
rbikar committed Jun 3, 2021
1 parent 5239083 commit 39c552c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubipop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ def _diff_lists_by_attr(self, list_1, list_2, attr):
return diff

def _filter_pkgs_from_modules(self):
regex = r'^\d+:'
regex = r'\d+:'
reg = re.compile(regex)

for name_stream, packages in self.repos.pkgs_from_modules.items():
Expand Down

0 comments on commit 39c552c

Please sign in to comment.