Skip to content

Commit

Permalink
style: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed May 7, 2024
1 parent c3059ad commit 5b21ded
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Copyright (c) 2013, Real Experts GmbH and contributors
# For license information, please see license.txt

import pandas as pd

import frappe
import pandas as pd
from frappe import _

from ..member.member import Member, get_link_filters, remove_duplicate_indices


Expand Down

0 comments on commit 5b21ded

Please sign in to comment.