Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rachidatecs committed Oct 31, 2023
1 parent ee49290 commit a1c3512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registrar/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ def get_urls(self):

urlpatterns = super().get_urls()

#Used to extrapolate a path name, for instance
# Used to extrapolate a path name, for instance
# name="{app_label}_{model_name}_export_data_type"
info = self.model._meta.app_label, self.model._meta.model_name

Expand Down

0 comments on commit a1c3512

Please sign in to comment.