Skip to content

Commit 801dcb1

Browse files
committed
accidental slash
1 parent 65f1214 commit 801dcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_sharding_library/router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def get_specific_database_or_none(self, model):
2121
def get_shard_for_instance(self, instance):
2222
return instance._state.db or instance.get_shard()
2323

24-
def get_read_db_routing_strategy(self, shard_group):\
24+
def get_read_db_routing_strategy(self, shard_group):
2525
app_config_app_label = getattr(settings, 'DJANGO_FRAGMENTS_SHARD_SETTINGS', {}).get('APP_CONFIG_APP', 'django_sharding')
2626
return apps.get_app_config(app_config_app_label).get_routing_strategy(shard_group)
2727

0 commit comments

Comments
 (0)