Skip to content

Commit

Permalink
resolved commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Dec 22, 2023
1 parent a8ba33f commit 931f04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fyle_employee_imports/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def sync_hrms_employees(self):
raise NotImplementedError('Implement sync_hrms_employees() in the child class')

def sync_employees(self):
# self.sync_fyle_employees()
# self.sync_hrms_employees()
self.sync_fyle_employees()
self.sync_hrms_employees()

self.import_departments()

0 comments on commit 931f04d

Please sign in to comment.