Skip to content

Commit

Permalink
Fix module exported classes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazoyer committed May 19, 2024
1 parent 27409d6 commit 91d077b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peeringdb/tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from .models import NetworkIXLan

__all__ = "NetworkIXLanTable"
__all__ = ("NetworkIXLanTable",)


class NetworkIXLanTable(BaseTable):
Expand Down

0 comments on commit 91d077b

Please sign in to comment.